Skip to content

Commit 99b8274

Browse files
authored
Merge pull request #21 from autodatadirect/zeriley-patch-2
Update selectors.js
2 parents 7221110 + 63b5e5f commit 99b8274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/selectors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { getReducerkey, STORE_DOMAIN } from './selectors'
1+
import { getReducerkey, STORE_DOMAIN } from './reducer'
22

33
export const statusSelector = (name, channel) => state =>
44
state[STORE_DOMAIN][getReducerkey({ name, channel })] || {}

0 commit comments

Comments
 (0)