Skip to content

Commit 07ac1c4

Browse files
committed
Lint fix
1 parent f4128d2 commit 07ac1c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/story-editor/src/components/library/panes/pageTemplates/savedTemplates.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ function SavedTemplates({
5252
isLoading,
5353
...rest
5454
}) {
55-
"use no memo"
55+
// eslint-disable-next-line react-hooks/react-compiler -- WAI.
56+
'use no memo';
5657

5758
const {
5859
actions: { deletePageTemplate },

0 commit comments

Comments
 (0)