Skip to content

Commit

Permalink
chore: removed import of dayjs locale
Browse files Browse the repository at this point in the history
  • Loading branch information
BubbleDK committed Aug 24, 2024
1 parent 1f14a51 commit a5b34bc
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 88 deletions.
2 changes: 1 addition & 1 deletion fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ game 'gta5'

--[[ Resource Information ]]--
name 'bub-mdt'
version '0.0.0'
version '0.0.2'
license 'GPL-3.0-or-later'
author 'Bubble'

Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web/build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link href="https://fonts.googleapis.com/css2?family=Nunito&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@latest/tabler-icons.min.css" />
<title>Bubble MDT</title>
<script type="module" crossorigin src="./assets/index-28d9c9ba.js"></script>
<script type="module" crossorigin src="./assets/index-c6b52f35.js"></script>
<link rel="stylesheet" href="./assets/index-40fcadd0.css">
</head>
<body>
Expand Down
1 change: 0 additions & 1 deletion web/src/layers/mdt/MDT.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ const MDT: React.FC = () => {
setCharges(data.charges);
setProfileCards(data.profileCards);

await import(`../../../node_modules/dayjs/locale/${data.locale}.js`);
dayjs.locale(data.locale);
}
);
Expand Down

0 comments on commit a5b34bc

Please sign in to comment.