a tool for shared writing and social publishing
0
fork

Configure Feed

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

fix plural more

+1 -1
+1 -1
app/lish/[did]/[publication]/[rkey]/Interactions/Interactions.tsx
··· 46 46 }} 47 47 > 48 48 <QuoteTiny /> {props.quotes.length}{" "} 49 - {!props.compact && `Quote${props.quotes.length > 1 ? "s" : ""}`} 49 + {!props.compact && `Quote${props.quotes.length === 1 ? "" : "s"}`} 50 50 </button> 51 51 </div> 52 52 );