Skip to content

Commit

Permalink
fix: Fixed week days in spanish (close #1829)
Browse files Browse the repository at this point in the history
  • Loading branch information
trexsiddharth committed Apr 23, 2024
1 parent 896f996 commit a75cc32
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/webpack/index.ts
Expand Up @@ -126,7 +126,10 @@ export function injectLoader(): void {
(id) =>
/^(?:use)?WA/.test(id) &&
// Fix for error "bx(...): Unknown file path "9550""
id !== 'WAWebEmojiPanelContentEmojiSearchEmpty.react'
![
'WAWebEmojiPanelContentEmojiSearchEmpty.react',
'WAWebMoment-es-do',
].includes(id)
);
const result: any = {};

Expand Down

0 comments on commit a75cc32

Please sign in to comment.