disable export report in owner
All checks were successful
Build frontend / build (push) Successful in 1m8s

This commit is contained in:
Rahaf
2026-04-04 22:47:05 +03:00
parent 50836d3ec7
commit 2a1f00740f

View File

@ -747,7 +747,7 @@ export default function OwnerProfitsPage() {
<PropertyCalendar year={2026} month={3} /> <PropertyCalendar year={2026} month={3} />
</div> </div>
<div className="flex justify-end"> {/* <div className="flex justify-end">
<button <button
onClick={handleExportReport} onClick={handleExportReport}
className="px-6 py-3 bg-amber-500 text-white rounded-xl font-medium hover:bg-amber-600 transition-colors flex items-center justify-center gap-2" className="px-6 py-3 bg-amber-500 text-white rounded-xl font-medium hover:bg-amber-600 transition-colors flex items-center justify-center gap-2"
@ -755,7 +755,7 @@ export default function OwnerProfitsPage() {
<Download className="w-5 h-5" /> <Download className="w-5 h-5" />
تصدير التقرير تصدير التقرير
</button> </button>
</div> </div> */}
</div> </div>
</div> </div>
); );