Skip to content

Commit eaeb326

Browse files
author
Rajat Saxena
committed
Fixed the caption
1 parent 48e6908 commit eaeb326

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/web/components/community/comment.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ export function Comment({
306306
}}
307307
disabled={isPosting}
308308
>
309-
{isReplying ? "Replying..." : "Reply"}
309+
Reply
310310
</Button>
311311
</div>
312312
</div>
@@ -325,6 +325,7 @@ export function Comment({
325325
onDelete={onDelete}
326326
membership={membership}
327327
depth={depth + 1}
328+
isPosting={isPosting}
328329
/>
329330
))}
330331
<Dialog

0 commit comments

Comments
 (0)