Refactor HistoryTable and SampleList components for improved code consistency

- Cleaned up formatting in HistoryTable for better readability.
- Adjusted import statements in SampleList to maintain consistent structure.
This commit is contained in:
Jamie Pine
2026-01-28 22:28:01 -08:00
parent 2b4fbe5173
commit cc37e04221
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -233,7 +233,7 @@ export function HistoryTable() {
</div>
{/* Far right - Ellipsis actions */}
<div
<div
className="w-10 shrink-0 flex justify-end"
onMouseDown={(e) => e.stopPropagation()}
onClick={(e) => e.stopPropagation()}