mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-23 03:33:53 +00:00
Tidy demo banner lint warning #476
This commit is contained in:
@@ -12,7 +12,7 @@ export function DemoBanner() {
|
||||
if (demoHeader === 'true') {
|
||||
setIsDemoMode(true);
|
||||
}
|
||||
} catch (e) {
|
||||
} catch (_err) {
|
||||
// Ignore errors
|
||||
}
|
||||
});
|
||||
@@ -55,4 +55,4 @@ export function DemoBanner() {
|
||||
</div>
|
||||
</Show>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user