diff --git a/src/components/statusicons.tsx b/src/components/statusicons.tsx
index 3de4bb4..ac52858 100644
--- a/src/components/statusicons.tsx
+++ b/src/components/statusicons.tsx
@@ -48,7 +48,7 @@ export function Inactive() {
export function Stopped() {
const theme = useMantineTheme();
- return ;
+ return ;
}
export function Error() {
@@ -78,7 +78,7 @@ export function Magnetizing() {
export function CompletedStopped() {
const theme = useMantineTheme();
- return ;
+ return ;
}
export const StatusIconMap: Record = {