Skip to content

Commit 696840f

Browse files
committed
lint
1 parent 3c0c491 commit 696840f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/settings/UpdateSettings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export function UpdateSettings() {
4141
await checkForUpdates();
4242
}, [checkForUpdates, clearError]);
4343

44-
const renderStatusIcon = () => {
44+
const _renderStatusIcon = () => {
4545
switch (status) {
4646
case 'checking':
4747
return <Loader2 className="h-5 w-5 animate-spin text-blue-500" />;

0 commit comments

Comments
 (0)