storing changes, starting history list
This commit is contained in:
@@ -11,7 +11,7 @@ import { useNPEDAuth } from "../hooks/useNPEDAuth";
|
||||
|
||||
const SystemSettings = () => {
|
||||
const { user } = useNPEDAuth();
|
||||
console.log(user);
|
||||
|
||||
return (
|
||||
<div className="m-4">
|
||||
<Tabs selectedTabClassName="bg-gray-300 text-gray-900 font-semibold border-none">
|
||||
@@ -21,7 +21,7 @@ const SystemSettings = () => {
|
||||
<Tab>Integrations</Tab>
|
||||
<Tab>WiFi and Modem</Tab>
|
||||
</TabList>
|
||||
<TabPanel>
|
||||
<TabPanel>
|
||||
<div className="flex flex-col space-y-3">
|
||||
<SystemCard />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user