Skip to content

Commit

Permalink
typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kurund committed Nov 24, 2023
1 parent b1d3d82 commit e52603d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/Template/Form/Template.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ const Template = ({
}
}, [templateButtons]);

if (languageLoading || templateLoading || tagLoading || sessionTemplateLoading) {
if (languageLoading || templateLoading || tagLoading) {
return <Loading />;
}

Expand Down

0 comments on commit e52603d

Please sign in to comment.