-
-
- {isOwner && (
- <>
-
{
- setIsInviteCommunityModalOpen((prev) => !prev);
- handleClose();
- }}
- >
- Пригласить людей
-
-
-
{
- setIsOpenCommunitySettings(true);
- handleClose();
- }}
- className="group sm:w-[302px]"
- >
- Настройки сообщества
-
-
-
-
{
- setIsCommunityChannelCreateOpen((prev) => !prev);
- handleClose();
- }}
- >
- Создать канал
-
-
-
{
- setIsCategoryCreateOpen((prev) => !prev);
- handleClose();
- }}
- >
- Создать категорию
-
-
-
- >
- )}
-
- Покинуть сообщество
-
-
-
- {otherCommunities && otherCommunities.length <= 7 && (
-
- {otherCommunities.map((community, index) => (
-
- ))}
-
- )}
- {otherCommunities && otherCommunities.length > 7 && (
-
-
- {otherCommunities.map((community, index) => (
-
- ))}
-
-
- )}
-
-
- {
- setIsAddCommunityModalOpen(true);
- handleClose();
- }}
- >
- Присоединиться к сообществу
-
-
-
- >
-