Skip to content

Commit

Permalink
MWPW-164107: Mnemonic list fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Axelcureno committed Dec 12, 2024
1 parent d543279 commit 4ca7fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/blocks/merch-card/merch-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export async function loadMnemonicList(foreground) {
try {
const { base } = getConfig();
const stylePromise = new Promise((resolve) => {
loadStyle(`${base}/blocks/mnemonic-list/merch-mnemonic-list.css`, resolve);
loadStyle(`${base}/blocks/mnemonic-list/mnemonic-list.css`, resolve);

Check warning on line 80 in libs/blocks/merch-card/merch-card.js

View check run for this annotation

Codecov / codecov/patch

libs/blocks/merch-card/merch-card.js#L80

Added line #L80 was not covered by tests
});
const loadModule = import(`${base}/blocks/mnemonic-list/mnemonic-list.js`)
.then(({ decorateMnemonicList }) => decorateMnemonicList(foreground));
Expand Down

0 comments on commit 4ca7fe1

Please sign in to comment.