mirror of
https://github.com/docmost/docmost.git
synced 2026-05-07 06:23:06 +08:00
view space button
This commit is contained in:
@@ -59,7 +59,7 @@ export default function SpaceCarousel() {
|
||||
|
||||
<CardCarousel ariaLabel={t("Spaces you belong to")}>{cards}</CardCarousel>
|
||||
|
||||
{data?.items && data.items.length >= 20 && (
|
||||
{data?.items && data.items.length > 1 && (
|
||||
<Group justify="flex-end" mt="lg">
|
||||
<Button
|
||||
component={Link}
|
||||
|
||||
Reference in New Issue
Block a user