Skip to content

Commit afad6a2

Browse files
committed
Merge branch 'main' of https://github.com/Worklenz/worklenz into feature/custom-gantt-chart
2 parents db2330a + e17efb5 commit afad6a2

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)