about summary refs log tree commit diff
path: root/app/javascript/mastodon/reducers
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2020-06-28 20:55:32 +0200
committerGitHub <noreply@github.com>2020-06-28 20:55:32 +0200
commitfa4876a1b93d4bb62038cca75bd5017fe49b59ae (patch)
tree3efe7750cf2a2607a57b55e9e286ad596e56a9b8 /app/javascript/mastodon/reducers
parent8c04e37b033ff35174753fb82faa1cd7bed110da (diff)
Fix read marker state not being udpated internally (#14155)
Fixes #14151
Diffstat (limited to 'app/javascript/mastodon/reducers')
-rw-r--r--app/javascript/mastodon/reducers/markers.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/mastodon/reducers/markers.js b/app/javascript/mastodon/reducers/markers.js
index 2e67be82e..fb1572ff5 100644
--- a/app/javascript/mastodon/reducers/markers.js
+++ b/app/javascript/mastodon/reducers/markers.js
@@ -1,6 +1,6 @@
 import {
   MARKERS_SUBMIT_SUCCESS,
-} from '../actions/notifications';
+} from '../actions/markers';
 
 const initialState = ImmutableMap({
   home: '0',