Skip to content

Commit

Permalink
update color to gray
Browse files Browse the repository at this point in the history
  • Loading branch information
emiliarepo committed Oct 31, 2024
1 parent fef0c03 commit 1af5001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/invoice-generator/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ function InvoiceItem({
value={totalPrice.toFixed(2)}
id={`rows[${index.toString()}].total_price`}
unit="€"
readOnly={true}
disabled={true}

Check warning on line 297 in apps/web/src/components/invoice-generator/index.tsx

View workflow job for this annotation

GitHub Actions / Format, Lint, Check types & Build

Value must be omitted for boolean attribute `disabled`
/>
</span>
</fieldset>
Expand Down

0 comments on commit 1af5001

Please sign in to comment.