Skip to content

Commit 5b82eb4

Browse files
committed
Bring more disjunction to your life
Tool: gitpod/catfood.gitpod.cloud
1 parent b0f3011 commit 5b82eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dashboard/src/Insights.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ export const DownloadUsage = ({ to, disabled }: DownloadUsageProps) => {
198198
return (
199199
<DropdownMenu>
200200
<DropdownMenuTrigger asChild>
201-
<Button variant="secondary" className="gap-1" disabled={disabled ?? downloadDisabled}>
201+
<Button variant="secondary" className="gap-1" disabled={disabled || downloadDisabled}>
202202
<DownloadIcon strokeWidth={3} className="w-4" />
203203
<span>Export as CSV</span>
204204
</Button>

0 commit comments

Comments
 (0)