Skip to content

Commit

Permalink
Fix formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JayaShakthi97 authored Dec 3, 2024
1 parent 2de6195 commit 52725ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ const DownloadAgentStep: FunctionComponent<DownloadAgentStepPropsInterface> = ({
size="small"
variant="outlined"
startIcon={ <DownloadIcon /> }
onClick={ () => onDownloadClicked(option.os,option.file) }
onClick={ () => onDownloadClicked(option.os, option.file) }
>
{ option.os }
</Button>
Expand Down

0 comments on commit 52725ae

Please sign in to comment.