[WEB-2112 | WEB-2113] dev: billing and change-log improvements. (#5614)

* chore: minor improvements in billing and changelogs.

* fix: lint errors.

---------

Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
This commit is contained in:
Prateek Shourya 2024-09-16 18:36:17 +05:30 committed by GitHub
parent 6826ce0465
commit 2e816656e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 31 additions and 25 deletions

View file

@ -5,7 +5,9 @@ import { observer } from "mobx-react";
// components
import { NotAuthorizedView } from "@/components/auth-screens";
import { AppHeader } from "@/components/core";
// hooks
import { useUserPermissions } from "@/hooks/store";
// plane web constants
import { EUserPermissions, EUserPermissionsLevel } from "@/plane-web/constants/user-permissions";
// local components
import { WorkspaceSettingHeader } from "./header";