diff --git a/app/lish/[did]/[publication]/[rkey]/Interactions/Interactions.tsx b/app/lish/[did]/[publication]/[rkey]/Interactions/Interactions.tsx
index 75797e34..0f4d4a67 100644
--- a/app/lish/[did]/[publication]/[rkey]/Interactions/Interactions.tsx
+++ b/app/lish/[did]/[publication]/[rkey]/Interactions/Interactions.tsx
@@ -132,8 +132,11 @@ 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 : (
)}