Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -128,7 +128,7 @@ export default function AppointmentDetailPage() {
|
||||
<button
|
||||
onClick={() => newStatus && statusMutation.mutate(newStatus)}
|
||||
disabled={!newStatus || statusMutation.isPending}
|
||||
className="cp-btn-primary"
|
||||
className="btn primary sm"
|
||||
>
|
||||
اعمال
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user