diff --git a/app/lish/[did]/[publication]/[rkey]/Interactions/Interactions.tsx b/app/lish/[did]/[publication]/[rkey]/Interactions/Interactions.tsx
index 9fc80f74..75797e34 100644
--- a/app/lish/[did]/[publication]/[rkey]/Interactions/Interactions.tsx
+++ b/app/lish/[did]/[publication]/[rkey]/Interactions/Interactions.tsx
@@ -132,7 +132,8 @@ export const Interactions = (props: {
>
Post quotes
{props.quotesCount}{" "}
- {!props.compact && `Quote${props.quotesCount === 1 ? "" : "s"}`}
+ {!props.compact &&
+ `Quote${props.quotesCount === 1 ? "" : "s"}`}
{props.showComments === false ? null : (
)}