card further work

This commit is contained in:
2020-07-23 22:16:27 +02:00
parent d8173a9d7f
commit 2ab445670e
25 changed files with 181 additions and 33 deletions

View File

@@ -31,7 +31,7 @@ function App() {
Sprawdź co serwuje Twoja ulubiona restauracja.
</p>
)}
<SearchResults />
{appMode === "search results" && <SearchResults />}
</div>
<Footer />
</div>