Skip to content

Commit 763d0de

Browse files
committed
Lint
1 parent eade867 commit 763d0de

File tree

1 file changed

+1
-1
lines changed
  • apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel

1 file changed

+1
-1
lines changed

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/panel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export function Panel() {
131131
</button> */}
132132
</div>
133133

134-
{(activeTab === 'console' || activeTab === 'chat' /* || activeTab === 'copilot' */) && (
134+
{(activeTab === 'console' || activeTab === 'chat') /* || activeTab === 'copilot' */ && (
135135
<button
136136
onClick={() => {
137137
if (activeTab === 'console') {

0 commit comments

Comments
 (0)