Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Commit

Permalink
refactor: stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
yehezkieldio committed Feb 16, 2024
1 parent 8796b6e commit 1d6b239
Show file tree
Hide file tree
Showing 3 changed files with 209 additions and 7 deletions.
6 changes: 0 additions & 6 deletions apps/app/src/pages/operator/dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ export function OperatorDashboard() {
<p className="text-xs text-left text-slate-600">Dashboard</p>
</div>
<div className="flex flex-col pt-8 gap-4">
<Card className="flex flex-col mt-8">
<CardContent className="pt-6">
<p className="text-sm text-slate-700">Operator Login: {operator.operator}</p>
<p className="text-sm text-slate-700">Operator Role: {operator.role}</p>
</CardContent>
</Card>
<Card className="flex flex-col mt-8">
<CardContent className="pt-6">
<Button
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"react-hook-form": "^7.50.0",
"react-i18next": "^14.0.5",
"react-router-dom": "5.3.4",
"recharts": "^2.12.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.0",
"tailwind-merge": "^2.2.1",
Expand Down
209 changes: 208 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1d6b239

Please sign in to comment.