Skip to content
Snippets Groups Projects
Unverified Commit 31917c11 authored by Ariya Hidayat's avatar Ariya Hidayat Committed by GitHub
Browse files

Avoid prop shorthand in chart sidebar (#17478)

parent 34c638f6
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ const ChartTypeOption = ({
}) => (
<Box
p={1}
w={1 / 3}
width={1 / 3}
className="text-centered"
style={{ opacity: !isSensible ? 0.25 : 1 }}
>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment