Skip to content

Commit b3e11c5

Browse files
author
Chris DeMartini
committed
fix: clean up deprecated prop error
1 parent bafbcde commit b3e11c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension_assets/viz/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ const Viz = (props) => {
544544
}}
545545
className="annotation-controls"
546546
>
547-
<Grid container justify="center">
547+
<Grid container justifyContent="center">
548548
<Grid item xs={6}>
549549
<Tooltip title={`Set CRUD Configurations`} placement="right">
550550
<IconButton onClick={(e) => {

0 commit comments

Comments
 (0)