Skip to content

Commit

Permalink
fix: remove function call
Browse files Browse the repository at this point in the history
  • Loading branch information
krantheman committed Oct 23, 2024
1 parent d83d3df commit ecd5aef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/plugins/translationsPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ function makeTranslationFunction() {
load: () => Promise.allSettled([
setup(),
// TODO: load dayjs locales
setupDayjs(),
]),
}

Expand Down

0 comments on commit ecd5aef

Please sign in to comment.