Skip to content

Commit

Permalink
Products.jsxにおいて、ローディング中でない場合すべてにloaded属性を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
a-kuroki-gs authored and komagata committed Mar 27, 2024
1 parent eec8fe3 commit 047c74b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/javascript/components/Products.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default function Products({
</nav>
) : null}

<div className="o-empty-message">
<div className="o-empty-message loaded">
<div className="o-empty-message__icon">
<i className="fa-regular fa-smile"></i>
</div>
Expand All @@ -99,7 +99,7 @@ export default function Products({
)
} else if (isDashboard() && isNotProduct5daysElapsed()) {
return (
<div className="o-empty-message">
<div className="o-empty-message loaded">
<div className="o-empty-message__icon">
<i className="fa-regular fa-smile" />
</div>
Expand Down

0 comments on commit 047c74b

Please sign in to comment.