Skip to content

Commit b5f1388

Browse files
authored
Merge pull request #42 from kanko-dori/hotfix/hiddenIcon
2 parents 7819023 + c712d89 commit b5f1388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hosting/src/pages/Favox.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const Favox: React.FC<Props> = (props: Props) => {
4141
}
4242
</div>
4343
{/* <PostItem /> */}
44-
<ImportSpotify username={username} />
44+
{(data.length === 0) && <ImportSpotify username={username} />}
4545
</>
4646
);
4747
};

0 commit comments

Comments
 (0)