Skip to content

Commit 0b64938

Browse files
authored
fix
1 parent 4753c7c commit 0b64938

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-
display="none" //shhh
232+
style="display: none;" //shhh
233233
>
234234
<img
235235
className={styles.optionIcon}

0 commit comments

Comments
 (0)