Fix read marker state not being udpated internally (#14155)

Fixes #14151
th-downstream
ThibG 4 years ago committed by GitHub
parent 42d2f45db1
commit 8b7066dc61

@ -1,6 +1,6 @@
import {
MARKERS_SUBMIT_SUCCESS,
} from '../actions/notifications';
} from '../actions/markers';
const initialState = ImmutableMap({
home: '0',

Loading…
Cancel
Save