We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eade867 commit 763d0deCopy full SHA for 763d0de
apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/panel.tsx
@@ -131,7 +131,7 @@ export function Panel() {
131
</button> */}
132
</div>
133
134
- {(activeTab === 'console' || activeTab === 'chat' /* || activeTab === 'copilot' */) && (
+ {(activeTab === 'console' || activeTab === 'chat') /* || activeTab === 'copilot' */ && (
135
<button
136
onClick={() => {
137
if (activeTab === 'console') {
0 commit comments