Skip to content

Commit a5d055a

Browse files
EthereumItem.jsx - moment fix
1 parent 9def2fc commit a5d055a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/organisms/profile-viewer/tabs/EthereumItem.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { getWeb3Cfg } from '@src/util/web3';
44
import TimeFromNow from '@src/app/atoms/time/TimeFromNow';
55
import { getUserBalance } from '@src/util/web3/utils';
66
import IconButton from '@src/app/atoms/button/IconButton';
7+
import moment from '@src/util/libs/momentjs';
78

89
export default function EthereumProfileTabItem({ chain, ethereum }) {
910
const web3Cfg = getWeb3Cfg();

0 commit comments

Comments
 (0)