File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
client/packages/lowcoder/src/comps/comps Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -209,9 +209,9 @@ const AvatarGroupView = (props: RecordConstructorToView<typeof childrenMap> & {
209
209
else if ( timerState === 'started' ) pauseAction ( )
210
210
else if ( timerState === 'paused' ) resumeAction ( )
211
211
} }
212
- > { timerState === 'stoped' ? trans ( 'timer.start' ) : ( timerState === 'started' ? trans ( 'timer.pause' ) : trans ( 'timer.resume' ) ) } </ StyledButton >
212
+ > { timerState === 'stoped' ? trans ( 'timer.start' ) : ( timerState === 'started' ? trans ( 'timer.pause' ) : trans ( 'timer.resume' ) ) } </ StyledButton >
213
213
< StyledButton
214
- $style = { props . resetButtonStyle }
214
+ $style = { props . resetButtonStyle }
215
215
onClick = { ( ) => resetAction ( ) }
216
216
> { trans ( 'timer.reset' ) }
217
217
</ StyledButton >
You can’t perform that action at this time.
0 commit comments