Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
lelemm committed Dec 16, 2024
1 parent ba1d9fd commit 0c4e01e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/desktop-client/src/components/LoggedInUser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -204,11 +204,11 @@ export function LoggedInUser({
userData &&
userData?.displayName &&
!hasSyncedPrefs && (
<small>
<Trans>
(logged in as: <span>{userData?.displayName}</span>)
</Trans>
</small>
<small>
<Trans>
(logged in as: <span>{userData?.displayName}</span>)
</Trans>
</small>
)}

Check warning on line 212 in packages/desktop-client/src/components/LoggedInUser.tsx

View workflow job for this annotation

GitHub Actions / lint

Insert `··`
{!loading &&
multiuserEnabled &&
Expand Down

0 comments on commit 0c4e01e

Please sign in to comment.