+
+ {isLoading ? 'Загрузка…' : config.menuLabel}
+
+
+ {config.apps.map((app) => {
+ const Icon = APP_SWITCHER_ICONS[app.icon]
+ const isCurrent = app.id === CURRENT_APP_ID
+
+ if (isCurrent) {
+ return (
+
+
+
+
+ {app.name}
+
+ )
+ }
+
+ return (
+ }
+ className="h-auto flex-col gap-1.5 py-3 text-center [&_svg]:size-5"
+ >
+
+
+
+ {app.name}
+
+ )
+ })}
+
+
+ }
+ className="justify-center text-sm font-medium"
+ >
+ Настроить приложения
+
+
+