Skip to content

Commit 0ecfd87

Browse files
authored
FIX
1 parent 351e9a3 commit 0ecfd87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/custom-procedures/custom-procedures.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ const CustomProcedures = props => (
229229
role="button"
230230
tabIndex="0"
231231
onClick={props.onAddCommand}
232-
style="display: none;" //shhh
232+
style={{display: "none"}} //shhh
233233
>
234234
<img
235235
className={styles.optionIcon}

0 commit comments

Comments
 (0)