fix errors, change logo
This commit is contained in:
@ -43,7 +43,7 @@ const Home = () => {
|
||||
const tempTags = values.map((value, index) =>
|
||||
value.map((val) => {
|
||||
return { id: val.id, value: val.tags, name: keys[index] };
|
||||
})
|
||||
}),
|
||||
);
|
||||
dispatch(tags(tempTags));
|
||||
});
|
||||
|
Reference in New Issue
Block a user