We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6d5d2e commit c0eb2ebCopy full SHA for c0eb2eb
packages/mui-component-mapper/src/files/slider.js
@@ -44,7 +44,7 @@ const Slider = (props) => {
44
<Grid container spacing={2} alignItems="center" {...InputGridProps}>
45
{before && (
46
<Grid item {...BeforeGridProps}>
47
- {before}
+ {before}
48
</Grid>
49
)}
50
<Grid item xs {...SliderGridProps}>
0 commit comments