Skip to content

Commit

Permalink
[EmptyState] Revert testing state
Browse files Browse the repository at this point in the history
  • Loading branch information
laurkim committed Mar 29, 2024
1 parent deaddd5 commit c756caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polaris-react/src/components/EmptyState/EmptyState.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export function EmptyState({
secondaryAction,
footerContent,
}: EmptyStateProps) {
const [imageLoaded, setImageLoaded] = useState<boolean>(true);
const [imageLoaded, setImageLoaded] = useState<boolean>(false);

useEffect(() => {
const img: HTMLImageElement = new window.Image(0, 0);
Expand Down

0 comments on commit c756caf

Please sign in to comment.