update on the user page regardinga the dispatch and order page and the deliveries page

This commit is contained in:
Gokul
2026-06-09 16:01:26 +05:30
parent 9f25c5f60a
commit d8c1517239
16 changed files with 14328 additions and 43 deletions

View File

@@ -593,10 +593,10 @@ export default function App() {
)}
{currentSection === 'reports' && (
<ReportsView
searchQuery={searchQuery}
isCoimbatoreView={isCoimbatoreView}
setIsCoimbatoreView={setIsCoimbatoreView}
<ReportsView
searchQuery={searchQuery}
isCoimbatoreView={isCoimbatoreView}
setIsCoimbatoreView={setIsCoimbatoreView}
/>
)}