+
+
+ {/* {description} */}
+ {/* {formatBalance} */}
+ {/* */}
-
-
-
- {index === indexOpen && renderDetails()}
-
- );
+
+
+
+ {index === indexOpen && renderDetails()}
+
+ );
};
diff --git a/src/sections/navigation/Navigation.tsx b/src/sections/navigation/Navigation.tsx
index 658e9766..63e1630e 100644
--- a/src/sections/navigation/Navigation.tsx
+++ b/src/sections/navigation/Navigation.tsx
@@ -1,6 +1,5 @@
import React from 'react';
import styled from 'styled-components';
-import { Card } from '../../components/generic/Styled';
import { Link, useLocation } from 'react-router-dom';
import { NodeInfo } from '../../components/nodeInfo/NodeInfo';
import { SideSettings } from '../../components/sideSettings/SideSettings';