UNPKG

160 BJavaScriptView Raw
1export default function livesDisabled(config) {
2 return (state, action) => {
3 return config.livesDisabled;
4 };
5}
6//# sourceMappingURL=lives-disabled.js.map
\No newline at end of file