Files
calendar/apps/web
ccb7b1f9ac Optimize conditional rendering (#9009)
* Optimize conditional rendering

Declared a variable called isAdmin. The check session.data?.user.role === "ADMIN" is repeated multiple times. You can store this value in a variable to avoid redundant checks.

* Update AppsLayout.tsx

Removed extra line space to match prettier format

* fix: lint error

Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>

---------

Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
Co-authored-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
2023-05-22 13:51:22 +00:00
..
2022-08-30 12:25:24 -06:00
2022-02-18 16:53:45 +00:00
2023-04-17 22:22:44 +00:00
2023-03-15 20:15:16 +00:00
2023-05-22 14:21:25 +01:00
2022-02-10 14:22:45 -07:00
2022-02-10 14:22:45 -07:00
2023-03-23 22:10:01 +00:00