Skip to content

Commit e17efb5

Browse files
authored
Merge pull request #315 from Worklenz/development
Development
2 parents e326095 + 4e74716 commit e17efb5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

worklenz-frontend/src/features/navbar/navbar.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ const Navbar = () => {
3636
const [isOwnerOrAdmin, setIsOwnerOrAdmin] = useState<boolean>(authService.isOwnerOrAdmin());
3737
const showUpgradeTypes = [
3838
ISUBSCRIPTION_TYPE.TRIAL,
39-
ISUBSCRIPTION_TYPE.LIFE_TIME_DEAL,
40-
ISUBSCRIPTION_TYPE.PADDLE,
41-
ISUBSCRIPTION_TYPE.CUSTOM
4239
];
4340

4441
useEffect(() => {

0 commit comments

Comments
 (0)