Skip to content

Commit

Permalink
Update ServerLimitationBar.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
kokofixcomputers authored Oct 30, 2024
1 parent af234e4 commit 5225e6e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ interface BoxProps {
export default ({ className, titles }: RowProps) => {
const limits = ServerContext.useStoreState((state) => state.server.data!.limits);
const featureLimits = ServerContext.useStoreState((state) => state.server.data!.featureLimits);
const [limits, setLimits] = useState<any>(null);


Check failure on line 35 in resources/scripts/components/elements/server/ServerLimitationBar.tsx

View workflow job for this annotation

GitHub Actions / TypeScript

Delete `⏎`
if (!limits) return <Spinner size={'large'} centered />;
Expand Down

0 comments on commit 5225e6e

Please sign in to comment.