mirror of
https://github.com/Solo-Web-Works/BillTrak.git
synced 2026-01-29 09:50:34 +00:00
🐞 fix: Get rid of SonarLint style conflict error
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
</div>
|
||||
|
||||
<!-- Edit Modal -->
|
||||
<div id="editModal" class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center hidden">
|
||||
<div id="editModal" class="fixed inset-0 bg-black bg-opacity-50 items-center justify-center hidden">
|
||||
<div class="bg-white p-6 rounded-lg shadow-lg w-96">
|
||||
<h2 class="text-xl font-bold mb-4">Edit Payment</h2>
|
||||
<form id="editForm" class="space-y-4">
|
||||
|
||||
Reference in New Issue
Block a user