v3: fixed linter error, code format
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 41s
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 41s
This commit is contained in:
@@ -28,8 +28,7 @@ export function VoteButton(
|
||||
aria-label={voted ? t`Remove vote` : t`Upvote`}
|
||||
title={disabled ? t`Log in to vote` : undefined}
|
||||
>
|
||||
▲{" "}
|
||||
{count > 0
|
||||
▲ {count > 0
|
||||
? (
|
||||
<span
|
||||
ref={countRef}
|
||||
|
||||
Reference in New Issue
Block a user