We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d2e384d + 185ace1 commit 3af2b31Copy full SHA for 3af2b31
1 file changed
src/Components/Pages/ProductSearch/ProductSearch.js
@@ -145,8 +145,7 @@ export function ProductSearch(props) {
145
setMessage(param.row.prod + " added to " + props.lists[props.listIndex].name + "!");
146
//alert(JSON.stringify(props.lists[props.listIndex].name));
147
setTimeout(() => setMessage(""), 3000);
148
-
149
-}
+ }
150
151
return (
152
<>
0 commit comments