We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c0c491 commit 696840fCopy full SHA for 696840f
src/components/settings/UpdateSettings.tsx
@@ -41,7 +41,7 @@ export function UpdateSettings() {
41
await checkForUpdates();
42
}, [checkForUpdates, clearError]);
43
44
- const renderStatusIcon = () => {
+ const _renderStatusIcon = () => {
45
switch (status) {
46
case 'checking':
47
return <Loader2 className="h-5 w-5 animate-spin text-blue-500" />;
0 commit comments