Skip to content
Snippets Groups Projects
Commit efdc6f4d authored by Niklas P's avatar Niklas P
Browse files

fix wallet init in chrome 12

parent 1c1f9b8f
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ export const accountValueTemplate = (option: any, props: any) => {
size={32}
theme='polkadot'
/>
{option?.name }
{option?.meta?.name }
</div>
</div>
);
......@@ -34,7 +34,7 @@ export const accountOptionTemplate = (option: any) => {
size={32}
theme='polkadot'
/>
{option?.name }
{option?.meta?.name }
</div>
</div>
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment