Skip to content

Commit a30abbd

Browse files
committed
fmt
1 parent a75bc8e commit a30abbd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apps/desktop2/src/components/main/sidebar/profile/banner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export function TryProBanner({ isDismissed, onDismiss }: { isDismissed: boolean;
99
onDismiss();
1010
};
1111

12-
const handleSignUp = () => { };
12+
const handleSignUp = () => {};
1313

1414
return (
1515
<AnimatePresence mode="wait">

apps/desktop2/src/components/main/sidebar/profile/ota.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const updateStore = createStore({
7676
? Math.round(
7777
((context.downloadProgress.downloaded + event.chunkLength)
7878
/ (event.contentLength ?? context.downloadProgress.total ?? 1))
79-
* 100,
79+
* 100,
8080
)
8181
: 0,
8282
},
@@ -253,7 +253,7 @@ export function UpdateChecker() {
253253
Retry
254254
</button>
255255
}
256-
onClick={() => { }}
256+
onClick={() => {}}
257257
/>
258258
);
259259
}

0 commit comments

Comments
 (0)