- {t('admin.detailedSharingBreakdown')} + {t("admin.detailedSharingBreakdown")}
| {t('common.user')} | - {t('admin.itemsShared')} + {t("common.user")} | - {t('admin.activityLevel')} + {t("admin.itemsShared")} |
-
-
-
-
-
-
- {sharer.sharedCount >
- mostActiveSharers[0].sharedCount * 0.8
- ? t('common.high')
- : sharer.sharedCount >
- mostActiveSharers[0].sharedCount * 0.5
- ? t('common.medium')
- : t('common.low')}
-
- |
))}
@@ -185,91 +165,6 @@ export const AdminSharing = () => {
-
-
|---|