Skip to content
Snippets Groups Projects
Commit 40b593eb authored by HyunjinNoh's avatar HyunjinNoh
Browse files

favorite 목록 나타나긴 함

parent ad93d13d
Branches
No related tags found
No related merge requests found
Pipeline #8130 passed
......@@ -29,7 +29,7 @@ export default function App () {
{currentTab == 0 && <SearchPage list = {searchResult} onSearch = {setSearchResult} likes = {likes} setLikes = {setLikes}/>}
{currentTab == 1 && <Favorites align = "center" variant = "h2" likes = {likes} setLikes = {setLikes}/>}
{currentTab == 2 && <Typography align = "center" variant = "h2"> Item Three </Typography>}
{currentTab == 2 && <Typography align = "center" variant = "h2"> More Contents </Typography>}
</React.Fragment>
)
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment