aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatjaž Črnko <m.crnko@txt.si>2023-11-06 15:50:22 +0100
committerMatjaž Črnko <m.crnko@txt.si>2023-11-06 15:50:22 +0100
commit08f991ba4d6a888dfbf0851ebaa2bcddb0fa9b55 (patch)
tree8eeaca4008a417d7695076a7b3e2c03e139d5ba3
parent41b513e0245e5c354508ef26e1a4ec89e67e7598 (diff)
downloadtrackermap-web-08f991ba4d6a888dfbf0851ebaa2bcddb0fa9b55.tar.gz
trackermap-web-08f991ba4d6a888dfbf0851ebaa2bcddb0fa9b55.tar.bz2
trackermap-web-08f991ba4d6a888dfbf0851ebaa2bcddb0fa9b55.zip
PWA: linting
-rw-r--r--modern/src/common/util/preferences.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/common/util/preferences.js b/modern/src/common/util/preferences.js
index 0604d848..54dfbada 100644
--- a/modern/src/common/util/preferences.js
+++ b/modern/src/common/util/preferences.js
@@ -45,4 +45,4 @@ export const useServerAttributePreference = (key, defaultValue) => useSelector((
return state.session.server.attributes[key];
}
return defaultValue;
-}); \ No newline at end of file
+});