fix: Fixes broken loading state for container

This commit is contained in:
Nithin David Thomas 2024-12-09 14:15:27 +05:30
parent 558d66fed0
commit dcfdea3969

View file

@ -65,7 +65,7 @@ export const Container = ({
return (
<div
className={`jet-container tw-flex tw-flex-col ${properties.loadingState && 'jet-container-loading'} ${
className={`jet-container tw-flex tw-flex-col ${isLoading ? 'jet-container-loading' : ''} ${
properties.showHeader && 'jet-container--with-header'
}`}
id={id}