Run prettier...
This commit is contained in:
parent
bc752b853a
commit
a31766b020
|
@ -461,7 +461,7 @@ export function CommentInput(props: {
|
||||||
{user && !isSubmitting && (
|
{user && !isSubmitting && (
|
||||||
<button
|
<button
|
||||||
className={clsx(
|
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
|
parentCommentId || parentAnswerOutcome
|
||||||
? ' bottom-4'
|
? ' bottom-4'
|
||||||
: ' bottom-2',
|
: ' bottom-2',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user