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