Skip to content

Commit 3af2b31

Browse files
authored
Merge branch 'main' into BAZ-109-create-shopping-list-page-list-product-component
2 parents d2e384d + 185ace1 commit 3af2b31

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/Components/Pages/ProductSearch/ProductSearch.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,7 @@ export function ProductSearch(props) {
145145
setMessage(param.row.prod + " added to " + props.lists[props.listIndex].name + "!");
146146
//alert(JSON.stringify(props.lists[props.listIndex].name));
147147
setTimeout(() => setMessage(""), 3000);
148-
149-
}
148+
}
150149

151150
return (
152151
<>

0 commit comments

Comments
 (0)