Skip to content

Commit

Permalink
remove timline loading indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
ritch committed Oct 23, 2024
1 parent 37c8071 commit 46461f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const TimelineCreator = ({ timelineName, totalFrames, loop }) => {
});

if (!isTimelineInitialized) {
return <div>initializing timeline...</div>;
return null;
}

return <Timeline name={timelineName} />;
Expand Down

0 comments on commit 46461f9

Please sign in to comment.