mirror of
https://github.com/NohamR/lanyard-profile-readme.git
synced 2026-05-25 04:17:18 +00:00
Update renderCard.tsx
This commit is contained in:
@@ -470,7 +470,7 @@ const renderCard = async (body: LanyardTypes.Root, params: Parameters): Promise<
|
||||
` : ``
|
||||
}
|
||||
${
|
||||
!activity && !data.listening_to_spotify && hideActivity === "false"
|
||||
!activity && (!data.listening_to_spotify || hideSpotify) && hideActivity === "false"
|
||||
? `<div style="
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
||||
Reference in New Issue
Block a user