ci: run prettier

This commit is contained in:
Ben Senescu 2026-05-06 15:45:09 -04:00
parent 0c356fac19
commit fb265e3a3a
2 changed files with 1 additions and 4 deletions

View File

@ -1,4 +1,3 @@
> [!NOTE] > [!NOTE]
> Lots of UX improvements in this release 🎉 > Lots of UX improvements in this release 🎉

View File

@ -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>