Skip to content

Commit

Permalink
Reformatted with Prettier.
Browse files Browse the repository at this point in the history
  • Loading branch information
fwaalkens committed Oct 23, 2023
1 parent 8cdc6bc commit b7c30fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions src/app/Marine2/components/boxes/Inverter/Modal/Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,7 @@ export const Modal: FC<Props> = observer(({ instanceId, isVebusInverter, title,
onClose={closeModeModal}
onSet={submitMode}
>
<Options
mode={modeForSubmission}
onChange={setModeForSubmission}
isVebus={isVebusInverter}
/>
<Options mode={modeForSubmission} onChange={setModeForSubmission} isVebus={isVebusInverter} />
</DeviceSettingModal>
)
})
2 changes: 1 addition & 1 deletion src/app/Marine2/components/ui/OptionList/OptionList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ import { FC } from "react"

export const OptionList: FC = ({ children }) => (
<div className="divide-y divide-victron-darkGray-200 text-base">{children}</div>
)
)

0 comments on commit b7c30fe

Please sign in to comment.