We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7819023 + c712d89 commit b5f1388Copy full SHA for b5f1388
hosting/src/pages/Favox.tsx
@@ -41,7 +41,7 @@ const Favox: React.FC<Props> = (props: Props) => {
41
}
42
</div>
43
{/* <PostItem /> */}
44
- <ImportSpotify username={username} />
+ {(data.length === 0) && <ImportSpotify username={username} />}
45
</>
46
);
47
};
0 commit comments