ci: run prettier
This commit is contained in:
parent
0c356fac19
commit
fb265e3a3a
@ -1,4 +1,3 @@
|
||||
|
||||
> [!NOTE]
|
||||
> Lots of UX improvements in this release 🎉
|
||||
|
||||
|
||||
@ -224,9 +224,7 @@ export function ExportDropdown({
|
||||
className="dropdown-content z-10 menu p-2 shadow-lg bg-base-100 border border-base-300 rounded-box w-52"
|
||||
>
|
||||
<li>
|
||||
<button onClick={() => onExport("sheets")}>
|
||||
Export to Sheets
|
||||
</button>
|
||||
<button onClick={() => onExport("sheets")}>Export to Sheets</button>
|
||||
</li>
|
||||
<li>
|
||||
<button onClick={() => onExport("csv")}>CSV</button>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user