fix: format

This commit is contained in:
harsh mahajan
2026-05-07 12:22:10 +05:30
parent 443153fd1a
commit e9eecc8130
@@ -128,7 +128,8 @@
<Button
icon
compact
disabled={(!customData[index][0] || !customData[index][1]) && index === 0}
disabled={(!customData[index][0] || !customData[index][1]) &&
index === 0}
on:click={() => {
if (customData.length === 1) {
customData = [['', '']];