diff --git a/src/components/toolbar/ToolbarView.tsx b/src/components/toolbar/ToolbarView.tsx
index 8bec8e3..6bcc9a3 100644
--- a/src/components/toolbar/ToolbarView.tsx
+++ b/src/components/toolbar/ToolbarView.tsx
@@ -216,14 +216,6 @@ export const ToolbarView: FC<{ isInRoom: boolean }> = props =>
CreateLinkEvent('catalog/toggle/normal') } className="tb-icon" />
-
- CreateLinkEvent('catalog/toggle/builder') } className="tb-icon" />
-
-
- CreateLinkEvent('inventory/toggle') } className="tb-icon" />
- { (getFullCount > 0) &&
- }
-
{ isMeExpanded &&
@@ -237,7 +229,7 @@ export const ToolbarView: FC<{ isInRoom: boolean }> = props =>
}
@@ -245,11 +237,19 @@ export const ToolbarView: FC<{ isInRoom: boolean }> = props =>
setMeExpanded(value => !value);
event.stopPropagation();
} }>
-
+
{ (getTotalUnseen > 0) &&
}
+
+ CreateLinkEvent('catalog/toggle/builder') } className="tb-icon" />
+
+
+ CreateLinkEvent('inventory/toggle') } className="tb-icon" />
+ { (getFullCount > 0) &&
+ }
+
{ (isInRoom && showToolbarButton) &&
@@ -268,14 +268,14 @@ export const ToolbarView: FC<{ isInRoom: boolean }> = props =>
{ (openTicketsCount > 0) &&
}
}
- { isMod &&
-
- CreateLinkEvent('furni-editor/toggle') } className="tb-icon" />
- }
{ (isHk && hkEnabled) &&
CreateLinkEvent('housekeeping/toggle') } className="tb-icon" />
}
+ { isMod &&
+
+ CreateLinkEvent('furni-editor/toggle') } className="tb-icon" />
+ }
= props =>
CreateLinkEvent('catalog/toggle/normal') } className="tb-icon" />
+
+
+ { isMeExpanded &&
+
+
+ }
+
+
+ {
+ setMeExpanded(value => !value);
+ event.stopPropagation();
+ } }>
+
+
+ { (getTotalUnseen > 0) &&
+ }
+
CreateLinkEvent('catalog/toggle/builder') } className="tb-icon" />
@@ -333,32 +359,6 @@ export const ToolbarView: FC<{ isInRoom: boolean }> = props =>
}
-
-
- { isMeExpanded &&
-
-
- }
-
-
- {
- setMeExpanded(value => !value);
- event.stopPropagation();
- } }>
-
-
- { (getTotalUnseen > 0) &&
- }
-
@@ -380,14 +380,14 @@ export const ToolbarView: FC<{ isInRoom: boolean }> = props =>
{ (openTicketsCount > 0) &&
}
}
- { isMod &&
-
- CreateLinkEvent('furni-editor/toggle') } className="tb-icon" />
- }
{ (isHk && hkEnabled) &&
CreateLinkEvent('housekeeping/toggle') } className="tb-icon" />
}
+ { isMod &&
+
+ CreateLinkEvent('furni-editor/toggle') } className="tb-icon" />
+ }
CreateLinkEvent('friends/toggle') } className="tb-icon" />
{ (requests.length > 0) &&