diff --git a/src/components/denom/denomArr.tsx b/src/components/denom/denomArr.tsx
index a09c0819f..17fae9c54 100644
--- a/src/components/denom/denomArr.tsx
+++ b/src/components/denom/denomArr.tsx
@@ -7,9 +7,7 @@ import Denom from './index';
// generated, recheck
type PossibleTokens =
| 'millivolt'
- | 'v'
| 'milliampere'
- | 'a'
| 'hydrogen'
| 'h'
| 'liquidpussy'
diff --git a/src/containers/application/App.tsx b/src/containers/application/App.tsx
index 7f8f413b2..347817382 100644
--- a/src/containers/application/App.tsx
+++ b/src/containers/application/App.tsx
@@ -92,7 +92,7 @@ function App() {
)}
-
+ {!(location.pathname === '/') && }
>
diff --git a/src/containers/energy/tab/myEnergy.tsx b/src/containers/energy/tab/myEnergy.tsx
index e2302f371..e8693449c 100644
--- a/src/containers/energy/tab/myEnergy.tsx
+++ b/src/containers/energy/tab/myEnergy.tsx
@@ -40,7 +40,7 @@ function MyEnergy({ slotsData, balacesResource, loadingAuthAccounts }: Props) {
flex-irection="row"
>
}
+ title={}
value={
balacesResource.milliampere
? formatNumber(balacesResource.milliampere)
@@ -52,7 +52,7 @@ function MyEnergy({ slotsData, balacesResource, loadingAuthAccounts }: Props) {
x
}
+ title={}
value={
balacesResource.millivolt
? formatNumber(balacesResource.millivolt)
diff --git a/src/containers/mint/index.tsx b/src/containers/mint/index.tsx
index e825593eb..3d241e77f 100644
--- a/src/containers/mint/index.tsx
+++ b/src/containers/mint/index.tsx
@@ -269,14 +269,14 @@ function Mint() {
gridGap="20px"
justifyContent="center"
>
- }
- value={formatNumber(vestedV)}
- />
}
value={formatNumber(vestedA)}
/>
+ }
+ value={formatNumber(vestedV)}
+ />