Skip to content

Commit

Permalink
made solution
Browse files Browse the repository at this point in the history
  • Loading branch information
futdevelop committed Feb 20, 2025
1 parent ae8ea63 commit 97b45a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const App = () => {
</div>
)}

{/* // ! Доробити щоб no posts не з'являлось перед запитом */}
{/* // ! Доробити щоб no posts не з'являлось перед запитом */}
{posts && posts.length > 0 ? (
<PostsList />
) : (
Expand Down

0 comments on commit 97b45a1

Please sign in to comment.