Skip to content

Commit eef50af

Browse files
author
jean-philippe
committed
fmt something
1 parent afc7854 commit eef50af

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

apps/desktop/src/views/settings/account.tsx

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ export const Developer = () => {
4949
Open Config Dir
5050
</Button>
5151
</div>
52-
5352
</div>
5453
</>
5554
);
@@ -58,13 +57,9 @@ export const AppInfo = () => {
5857
const [showOnlyTalkingUsers, setShowOnlyTalkingUsers] = useState(Config.get("showOnlyTalkingUsers")!);
5958
const platformInfo = usePlatformInfo();
6059

61-
62-
6360
return (
64-
6561
<div>
6662
<div className="flex items-center pb-2">
67-
6863
<Checkbox
6964
id="notification"
7065
checked={showOnlyTalkingUsers}
@@ -105,8 +100,8 @@ export const AppInfo = () => {
105100
</div>
106101
</div>
107102
</div>
108-
)
109-
}
103+
);
104+
};
110105

111106
export const Account = () => {
112107
const [showLogoutDialog, setShowLogoutDialog] = useState(false);

0 commit comments

Comments
 (0)