aboutsummaryrefslogtreecommitdiff
path: root/src/components/taggs
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/taggs')
-rw-r--r--src/components/taggs/Tagg.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/taggs/Tagg.tsx b/src/components/taggs/Tagg.tsx
index 5d26539b..94011e86 100644
--- a/src/components/taggs/Tagg.tsx
+++ b/src/components/taggs/Tagg.tsx
@@ -139,7 +139,7 @@ const Tagg: React.FC<TaggProps> = ({
return (
<>
- {userXId && !isLinked ? (
+ {(userXId && !isLinked) || (whiteRing && !userXId) ? (
<Fragment />
) : (
<>