We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bcaaa1 commit 0e4233bCopy full SHA for 0e4233b
1 file changed
src/scripts/create_test/app.tsx
@@ -72,12 +72,12 @@ function RenderActions(props: any) {
72
id: ACTION_TYPES.SCREENSHOT,
73
value: "Screenshot",
74
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")
80
}
+ // {
+ // id: ACTION_TYPES.SEO,
+ // value: "SEO",
+ // icon: chrome.runtime.getURL("icons/action.svg")
+ // }
81
// ,
82
// {
83
// id: ACTION_TYPES.CAPTURE_CONSOLE,
0 commit comments