Compare commits
3 Commits
756112cb21
...
7b8c6c56f9
Author | SHA1 | Date | |
---|---|---|---|
7b8c6c56f9 | |||
a46c4eed9c | |||
0adf77c411 |
@ -9,12 +9,12 @@ import { tagStartedAction, tagStoppedAction } from "../../presenter/tagSlice";
|
|||||||
export default function SelfTags() {
|
export default function SelfTags() {
|
||||||
return (
|
return (
|
||||||
<Provider store={tagStore}>
|
<Provider store={tagStore}>
|
||||||
<_SelfTags />
|
<_Tags />
|
||||||
</Provider>
|
</Provider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
function _SelfTags() {
|
function _Tags() {
|
||||||
const tags = useTagSelector((state) => state.tag.tags);
|
const tags = useTagSelector((state) => state.tag.tags);
|
||||||
const dispatch = useTagDispatch();
|
const dispatch = useTagDispatch();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user