Add missing semicolon
This commit is contained in:
parent
2408425b2f
commit
a39307bd8b
@ -13,6 +13,6 @@ const collections = (state = null, action) => {
|
|||||||
default:
|
default:
|
||||||
return state;
|
return state;
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
|
|
||||||
export default collections;
|
export default collections;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user