IO-3166-Global-Notifications-Part-2 - Checkpoint
This commit is contained in:
@@ -623,6 +623,7 @@ function Header({
|
|||||||
key: "recent",
|
key: "recent",
|
||||||
id: "header-recent",
|
id: "header-recent",
|
||||||
icon: <ClockCircleFilled />,
|
icon: <ClockCircleFilled />,
|
||||||
|
label: t("menus.header.recent"),
|
||||||
children: recentItems.map((i, idx) => ({
|
children: recentItems.map((i, idx) => ({
|
||||||
key: idx,
|
key: idx,
|
||||||
id: `header-recent-${idx}`,
|
id: `header-recent-${idx}`,
|
||||||
@@ -633,6 +634,7 @@ function Header({
|
|||||||
key: "user",
|
key: "user",
|
||||||
id: "header-user",
|
id: "header-user",
|
||||||
icon: <UserOutlined />,
|
icon: <UserOutlined />,
|
||||||
|
label: t("menus.currentuser.profile"),
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
key: "signout",
|
key: "signout",
|
||||||
|
|||||||
Reference in New Issue
Block a user