We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9def2fc commit a5d055aCopy full SHA for a5d055a
src/app/organisms/profile-viewer/tabs/EthereumItem.jsx
@@ -4,6 +4,7 @@ import { getWeb3Cfg } from '@src/util/web3';
4
import TimeFromNow from '@src/app/atoms/time/TimeFromNow';
5
import { getUserBalance } from '@src/util/web3/utils';
6
import IconButton from '@src/app/atoms/button/IconButton';
7
+import moment from '@src/util/libs/momentjs';
8
9
export default function EthereumProfileTabItem({ chain, ethereum }) {
10
const web3Cfg = getWeb3Cfg();
0 commit comments