]>
cat aescling's git repositories - mastodon.git/blob - app/javascript/mastodon/reducers/modal.js
1 import { MODAL_OPEN
, MODAL_CLOSE
} from '../actions/modal';
2 import Immutable
from 'immutable';
9 export default function modal(state
= initialState
, action
) {
12 return { modalType: action
.modalType
, modalProps: action
.modalProps
};
This page took 0.106713 seconds and 4 git commands to generate.