Skip to content

Commit

Permalink
Fix language bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ShootingStar91 committed Oct 31, 2023
1 parent b14d8fe commit e46c718
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions services/frontend/src/redux/settings.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
import { DEFAULT_LANG } from '../constants'

const initialState = {
language: DEFAULT_LANG,
namesVisible: false,
chartHeight: 600,
}
Expand Down

0 comments on commit e46c718

Please sign in to comment.