ui - new build

This commit is contained in:
Ishaan Jaff 2024-04-13 17:05:03 -07:00
parent 4996ac7ed6
commit a6fa0e030e
15 changed files with 14 additions and 10 deletions

View file

@ -133,6 +133,10 @@ const Settings: React.FC<SettingsPageProps> = ({
setSelectedCallback(value);
};
if (!accessToken) {
return null;
}
return (
<div className="w-full mx-4">
<Grid numItems={1} className="gap-2 p-8 w-full mt-2">