Skip to content

Commit 0e4233b

Browse files
Disable seo
1 parent 0bcaaa1 commit 0e4233b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/scripts/create_test/app.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@ function RenderActions(props: any) {
7272
id: ACTION_TYPES.SCREENSHOT,
7373
value: "Screenshot",
7474
icon: chrome.runtime.getURL("icons/action.svg")
75-
},
76-
{
77-
id: ACTION_TYPES.SEO,
78-
value: "SEO",
79-
icon: chrome.runtime.getURL("icons/action.svg")
8075
}
76+
// {
77+
// id: ACTION_TYPES.SEO,
78+
// value: "SEO",
79+
// icon: chrome.runtime.getURL("icons/action.svg")
80+
// }
8181
// ,
8282
// {
8383
// id: ACTION_TYPES.CAPTURE_CONSOLE,

0 commit comments

Comments
 (0)