diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/components/taggs/Tagg.tsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/taggs/Tagg.tsx b/src/components/taggs/Tagg.tsx index 5d26539b..82ee1e91 100644 --- a/src/components/taggs/Tagg.tsx +++ b/src/components/taggs/Tagg.tsx @@ -106,6 +106,9 @@ const Tagg: React.FC<TaggProps> = ({ }; const pickTheRightRingHere = () => { + if (whiteRing && !userXId) { + return <WhiteRing width={TAGG_RING_DIM} height={TAGG_RING_DIM} />; + } if (youMayPass) { if (whiteRing) { return <WhiteRing width={TAGG_RING_DIM} height={TAGG_RING_DIM} />; |