Skip to content

Commit

Permalink
Automated linting update and features.json sync
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 24, 2023
1 parent bca2e74 commit 907d059
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/studio-ui/src/AppWithLazyLoading.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function AppWithLazyLoading() {

return (
<LoadingOverlay
loading={!(componentsLoaded && resourcesLoaded )}
loading={!(componentsLoaded && resourcesLoaded)}
overlay={
<>
{renderComponentLoadingProgress(
Expand Down
2 changes: 1 addition & 1 deletion packages/studio-ui/src/hooks/useInjectUserStyles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function useInjectUserStyles(

/**
* loadedStyles is watched by this useEffect hook to
* account for the race condition where this hook is
* account for the race condition where this hook is
* called before all user styles are added to Studio's
* document head.
*/
Expand Down

0 comments on commit 907d059

Please sign in to comment.