Run prettier...

This commit is contained in:
James Grugett 2022-06-08 11:38:09 -05:00
parent bc752b853a
commit a31766b020

View File

@ -461,7 +461,7 @@ export function CommentInput(props: {
{user && !isSubmitting && (
<button
className={clsx(
'btn btn-ghost btn-sm absolute right-2 flex-row capitalize pl-2',
'btn btn-ghost btn-sm absolute right-2 flex-row pl-2 capitalize',
parentCommentId || parentAnswerOutcome
? ' bottom-4'
: ' bottom-2',