mirror of
https://github.com/zhigang1992/react.git
synced 2026-04-29 04:35:32 +08:00
style: fix warning from eslint
This commit is contained in:
@@ -46,8 +46,8 @@ const Container: React.FC<React.PropsWithChildren<RowProps>> = React.memo(({
|
||||
const Component = component
|
||||
const theme = useTheme()
|
||||
const { justifyValue, alignValue } = useMemo(
|
||||
() => getFlexAlignment(justify, align),
|
||||
[justify, align],
|
||||
() => getFlexAlignment(justify, align),
|
||||
[justify, align],
|
||||
)
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user