Skip to content

Commit

Permalink
Quality: remove unnecessary as prop from SiteHub component (#53372)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Aug 7, 2023
1 parent 319016f commit 1f3cc31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/edit-site/src/components/layout/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ export default function Layout() {
animate={ headerAnimationState }
>
<SiteHub
as={ motion.div }
variants={ {
isDistractionFree: { x: '-100%' },
isDistractionFreeHovering: { x: 0 },
Expand Down

0 comments on commit 1f3cc31

Please sign in to comment.