- {STATS_LIST.map((stat, index) => {
- const isFirst = index === 0;
- const isLast = index === STATS_LIST.length - 1;
- const isMiddle = !isFirst && !isLast;
-
- return (
-
- {!isLast && (
-
- )}
-
-
{stat.count}
-
{stat.title}
-
-
- );
- })}
+
+ {STATS_LIST.map((stat) => (
+
+
+
+
+
{stat.count}
+
{stat.title}
+
+
+
+
+ ))}
);
});
diff --git a/web/components/headers/cycle-issues.tsx b/web/components/headers/cycle-issues.tsx
index 949c192fa..fc0075030 100644
--- a/web/components/headers/cycle-issues.tsx
+++ b/web/components/headers/cycle-issues.tsx
@@ -17,6 +17,7 @@ import useLocalStorage from "hooks/use-local-storage";
// components
import { DisplayFiltersSelection, FiltersDropdown, FilterSelection, LayoutSelection } from "components/issues";
import { ProjectAnalyticsModal } from "components/analytics";
+import { SidebarHamburgerToggle } from "components/core/sidebar/sidebar-menu-hamburger-toggle";
// ui
import { Breadcrumbs, Button, ContrastIcon, CustomMenu } from "@plane/ui";
// icons
@@ -146,6 +147,7 @@ export const CycleIssuesHeader: React.FC = observer(() => {
/>
+
{
// router
@@ -30,6 +32,7 @@ export const CyclesHeader: FC = observer(() => {
return (
+
= observer((props) => {
<>
setCreateViewModal(false)} />
-
+
+
{
/>
+
{
// router
@@ -31,6 +33,7 @@ export const ModulesListHeader: React.FC = observer(() => {
return (
+
= observer((props) => {
return (
+
{
// router
@@ -29,6 +31,7 @@ export const PagesHeader = observer(() => {
return (
+
{
return (
+
{
return (
+