File tree Expand file tree Collapse file tree 1 file changed +13
-15
lines changed
packages/mask/content-script/components/InjectedComponents Expand file tree Collapse file tree 1 file changed +13
-15
lines changed Original file line number Diff line number Diff line change @@ -100,21 +100,19 @@ function ToolboxHintForApplication(props: ToolboxHintProps) {
100100 />
101101 ) }
102102 </ ListItemButton >
103- { process . env . NODE_ENV === 'development' ?
104- < ListItemButton
105- onClick = { ( ) =>
106- // eslint-disable-next-line no-alert
107- Services . Helper . requestXOAuthToken ( ) . then ( ( result ) => alert ( JSON . stringify ( result ) ) )
108- } >
109- < ListItemText
110- primary = {
111- < Box >
112- < Typography className = { classes . title } > Temp: OAuth X</ Typography >
113- </ Box >
114- }
115- />
116- </ ListItemButton >
117- : null }
103+ < ListItemButton
104+ onClick = { ( ) =>
105+ // eslint-disable-next-line no-alert
106+ Services . Helper . requestXOAuthToken ( ) . then ( ( result ) => alert ( JSON . stringify ( result ) ) )
107+ } >
108+ < ListItemText
109+ primary = {
110+ < Box >
111+ < Typography className = { classes . title } > Temp: OAuth X</ Typography >
112+ </ Box >
113+ }
114+ />
115+ </ ListItemButton >
118116 </ Container >
119117 </ GuideStep >
120118 )
You can’t perform that action at this time.
0 commit comments