Skip to content

Commit

Permalink
disable csv download
Browse files Browse the repository at this point in the history
  • Loading branch information
josefaidt committed Apr 21, 2023
1 parent b750c05 commit 5da5cfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/routes/dashboard/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
<h1>Questions Dashboard</h1>
</Column>
<Column>
<div
<!-- <div
style:display="flex"
style:align-items="center"
style:justify-content="flex-end"
Expand All @@ -234,7 +234,7 @@
>
Download CSV
</Button>
</div>
</div> -->
</Column>
</Row>
<GuildMembers guild="{guild}" />
Expand Down
1 change: 0 additions & 1 deletion src/routes/dashboard/QuestionBarChart.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@
}
$: data = createBarChartData(questions, timePeriod)
$: console.log({ timePeriod, data })
</script>

<BarChartStacked
Expand Down

0 comments on commit 5da5cfd

Please sign in to comment.