Skip to content

Commit

Permalink
style(ui-utils): update a comment in muiUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
skamril committed Jun 18, 2024
1 parent 3f4ba6b commit 78d7ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/utils/muiUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ export function mergeSxProp(
target: SxProps<Theme> = {},
source: SxProps<Theme> = [],
): SxProps<Theme> {
// https://mui.com/system/the-sx-prop/#passing-sx-prop
// https://mui.com/system/getting-started/the-sx-prop/#passing-the-sx-prop
return [target, ...(Array.isArray(source) ? source : [source])];
}

0 comments on commit 78d7ae9

Please sign in to comment.