Skip to content

Commit a4a15c0

Browse files
Apply Prettier formatting
1 parent f0edd9d commit a4a15c0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/stores/other-links-store.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ export const useOtherLinksStore = defineStore("other-links", () => {
1313
isLoaded.value = false;
1414
data.value = {};
1515

16-
const { default: getOtherLinks } = await import(
17-
"src/assets/config/other_links.js"
18-
);
16+
const { default: getOtherLinks } =
17+
await import("src/assets/config/other_links.js");
1918
const otherLinksConfig = getOtherLinks(i18n);
2019
for (const linkName in otherLinksConfig) {
2120
const row = Object.assign({ name: linkName }, otherLinksConfig[linkName]);

0 commit comments

Comments
 (0)