We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 729c69c commit 3a7d5b5Copy full SHA for 3a7d5b5
src/Common/EmptyState/GenericEmptyState.tsx
@@ -61,19 +61,19 @@ const GenericEmptyState = ({
61
className={imageClassName || ''}
62
src={image || AppNotDeployed}
63
style={{
64
- ...imageStyles,
65
width: `${getImageSize().width}`,
66
height: `${getImageSize().height}`,
+ ...imageStyles,
67
}}
68
alt="empty-state"
69
/>
70
)
71
) : (
72
<SvgImage
73
74
75
76
77
78
79
)}
0 commit comments