Skip to content

Commit

Permalink
(fix) Linting error
Browse files Browse the repository at this point in the history
Signed-off-by: jrw421 <jessica.wolvington@gmail.com>
  • Loading branch information
jrw421 committed Jan 28, 2021
1 parent 2549938 commit 828f90f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ function ProductTagForm() {

useEffect(() => {
refetchProduct();
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []);

if (product && Array.isArray(product.tags.nodes)) {
Expand Down

0 comments on commit 828f90f

Please sign in to comment.