Skip to content

Commit 2e04e18

Browse files
committed
formating removed-121
1 parent 9a363b3 commit 2e04e18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/packages/lowcoder/src/comps/comps/timerComp.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,9 @@ const AvatarGroupView = (props: RecordConstructorToView<typeof childrenMap> & {
209209
else if (timerState === 'started') pauseAction()
210210
else if (timerState === 'paused') resumeAction()
211211
}}
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>
213213
<StyledButton
214-
$style={props.resetButtonStyle}
214+
$style={props.resetButtonStyle}
215215
onClick={() => resetAction()}
216216
>{trans('timer.reset')}
217217
</StyledButton>

0 commit comments

Comments
 (0)