Skip to content

Commit

Permalink
fix spin prop
Browse files Browse the repository at this point in the history
  • Loading branch information
ncdiehl committed Apr 9, 2024
1 parent f087c57 commit 988ac65
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions app/src/organisms/UpdateRobotSoftware/UpdateSoftware.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,7 @@ export function UpdateSoftware({
height="33rem"
borderRadius={BORDERS.borderRadius12}
>
<Icon
name="ot-spinner"
size="5rem"
spin={true}
color={COLORS.grey60}
data-testid="Icon_update"
/>
<Icon name="ot-spinner" size="5rem" spin color={COLORS.grey60} />
<Flex
flexDirection={DIRECTION_COLUMN}
gridGap={SPACING.spacing4}
Expand Down

0 comments on commit 988ac65

Please sign in to comment.