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