mirror of
https://github.com/plankanban/planka.git
synced 2025-12-26 17:25:03 +03:00
Update dependencies
This commit is contained in:
@@ -8,6 +8,7 @@ const initialState = {
|
||||
currentModal: null,
|
||||
};
|
||||
|
||||
// eslint-disable-next-line default-param-last
|
||||
export default (state = initialState, { type, payload }) => {
|
||||
switch (type) {
|
||||
case LOCATION_CHANGE:
|
||||
|
||||
Reference in New Issue
Block a user