diff options
Diffstat (limited to 'components/shared/footer.js')
| -rw-r--r-- | components/shared/footer.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/shared/footer.js b/components/shared/footer.js index 91af5a8..0e19f13 100644 --- a/components/shared/footer.js +++ b/components/shared/footer.js @@ -28,6 +28,8 @@ function Footer() { setLang("id"); setChecked(true); } + + // eslint-disable-next-line react-hooks/exhaustive-deps }, []); function switchLang() { |