Fix error when unmuting a domain without listing muted domains first

th-downstream
Thibaut Girka 7 years ago committed by ThibG
parent 88d1061b85
commit 6a0f32b359

@ -6,7 +6,9 @@ import {
import { Map as ImmutableMap, OrderedSet as ImmutableOrderedSet } from 'immutable';
const initialState = ImmutableMap({
blocks: ImmutableMap(),
blocks: ImmutableMap({
items: ImmutableOrderedSet(),
}),
});
export default function domainLists(state = initialState, action) {

Loading…
Cancel
Save