Skip to content

Commit

Permalink
プラクティスに紐づく日報が0件の場合の表示を修正
Browse files Browse the repository at this point in the history
コンフリクト解消のためrebaseしたところ「日報はまだありません。」の表示が重複するようになってしまったため修正した。
  • Loading branch information
ham-cap authored and nishitatsu-dev committed Jul 4, 2024
1 parent 7233d03 commit c0cfd53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/javascript/components/Reports.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ const NoReports = ({ unchecked }) => {
</div>
</div>
</div>
<p className="o-empty-message__text">日報はまだありません。</p>
</div>
)}
</div>
Expand Down

0 comments on commit c0cfd53

Please sign in to comment.