File tree Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -940,17 +940,15 @@ export const RightSidePanel: React.FC<RightSidePanelProps> = ({ onFinishCapture
940
940
941
941
{ showLimitOptions && (
942
942
< FormControl >
943
- < FormLabel >
944
- < Typography variant = "h6" sx = { {
945
- fontSize : '16px' ,
946
- fontWeight : 'bold' ,
947
- mb : 1 ,
948
- whiteSpace : 'normal' ,
949
- wordBreak : 'break-word'
950
- } } >
951
- { t ( 'right_panel.limit.title' ) }
952
- </ Typography >
953
- </ FormLabel >
943
+ < Typography variant = "h6" sx = { {
944
+ fontSize : '16px' ,
945
+ fontWeight : 'bold' ,
946
+ mb : 1 ,
947
+ whiteSpace : 'normal' ,
948
+ wordBreak : 'break-word'
949
+ } } >
950
+ { t ( 'right_panel.limit.title' ) }
951
+ </ Typography >
954
952
< RadioGroup
955
953
value = { limitType }
956
954
onChange = { ( e ) => updateLimitType ( e . target . value as LimitType ) }
@@ -1191,4 +1189,4 @@ export const RightSidePanel: React.FC<RightSidePanelProps> = ({ onFinishCapture
1191
1189
</ Box >
1192
1190
</ Paper >
1193
1191
) ;
1194
- } ;
1192
+ } ;
You can’t perform that action at this time.
0 commit comments