audit logic
This commit is contained in:
@@ -114,6 +114,15 @@ export default function Sidebar({ setPage }: SidebarProps) {
|
||||
Consumo
|
||||
</button>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<button
|
||||
onClick={() => setPage("auditoria")}
|
||||
className="pl-10 w-full text-left px-2 py-1.5 rounded-md hover:bg-white/10"
|
||||
>
|
||||
Auditoría
|
||||
</button>
|
||||
</li>
|
||||
</ul>
|
||||
)}
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user