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

Fixes #14151
This commit is contained in:
ThibG 2020-06-28 20:55:32 +02:00 committed by GitHub
parent 8c04e37b03
commit fa4876a1b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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