Skip to content

Commit 19a2349

Browse files
highemerlygithub-actions[bot]
authored andcommitted
fix typos
1 parent 5a26c2e commit 19a2349

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • app/javascript/mastodon/components/display_name

app/javascript/mastodon/components/display_name/default.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const DisplayNameDefault: FC<
2222
}, [account, localDomain]);
2323

2424
let classname = 'display-name__account'
25-
if localDomain {
25+
if (localDomain) {
2626
classname = 'display-name__account handon-local-account'
2727
}
2828

0 commit comments

Comments
 (0)