chore(StorePage/index.tsx): remove unused code to improve code readability and maintainability
This commit is contained in:
parent
125d5c5152
commit
79894fd78e
1 changed files with 0 additions and 5 deletions
|
|
@ -69,11 +69,6 @@ export default function StorePage(): JSX.Element {
|
|||
setSavedFlows(savedIds);
|
||||
}
|
||||
|
||||
useEffect(() => {
|
||||
//TODO get tags from API
|
||||
setTags(["tag1", "tag2", "tag3"]);
|
||||
}, []);
|
||||
|
||||
useEffect(() => {
|
||||
getNumberOfComponents().then((res) => {
|
||||
setTotalRowsCount(Number(res["count"]));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue