refactor(StorePage): remove unnecessary setValidApiKey function call in useEffect hook
The setValidApiKey function call was unnecessary and not being used in the StorePage component. Removing it improves code readability and removes unnecessary code execution.
This commit is contained in:
parent
e021df94f0
commit
def8c8271f
1 changed files with 0 additions and 1 deletions
|
|
@ -61,7 +61,6 @@ export default function StorePage(): JSX.Element {
|
|||
|
||||
useEffect(() => {
|
||||
handleGetComponents();
|
||||
setValidApiKey(true);
|
||||
}, [
|
||||
tabActive,
|
||||
pageOrder,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue