atproto explorer
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix neg label

Juliet 6e6780b0 0770e3e2

+1 -1
+1 -1
src/views/labels.tsx
··· 125 125 <div class="min-w-[5rem] font-semibold text-stone-600 dark:text-stone-400"> 126 126 Negated 127 127 </div> 128 - {label.neg} 128 + {label.neg ? "true" : "false"} 129 129 </div> 130 130 </Show> 131 131 <div class="flex gap-x-2">