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 de70d50 commit 138e2afCopy full SHA for 138e2af
packages/react-email/src/components/toolbar.tsx
@@ -156,13 +156,6 @@ const ToolbarInner = ({
156
'The Compatibility tab shows how well the HTML/CSS is supported across mail clients like Outlook, Gmail, etc. Powered by Can I Email.') ||
157
'Info'
158
}
159
- onClick={() => {
160
- if (activeTab === undefined) {
161
- setActivePanelValue('linter');
162
- } else {
163
- setActivePanelValue(undefined);
164
- }
165
- }}
166
>
167
<IconInfo size={24} />
168
</ToolbarButton>
0 commit comments