mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-09 18:13:39 +00:00
format
This commit is contained in:
parent
b9ab061ed9
commit
e1c4acf1ac
@ -9,11 +9,7 @@ type OverviewWrapperProps = {
|
||||
imgHeight?: string
|
||||
}
|
||||
|
||||
const OverviewWrapper = ({
|
||||
rightImageSrc,
|
||||
children,
|
||||
imgHeight,
|
||||
}: OverviewWrapperProps) => {
|
||||
const OverviewWrapper = ({ rightImageSrc, children, imgHeight }: OverviewWrapperProps) => {
|
||||
const theme = useTheme()
|
||||
|
||||
return (
|
||||
|
Loading…
x
Reference in New Issue
Block a user