mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-09 16:52:17 +01:00
only show “add more team members” empty state when 1 person is in the team
This commit is contained in:
@@ -27,7 +27,7 @@ defineProps<{
|
||||
:description="activity.description"
|
||||
:working="activity.status"></TeamActivityCardEntry>
|
||||
<div
|
||||
v-if="latestTeamActivity.length <= 2"
|
||||
v-if="latestTeamActivity.length === 1"
|
||||
class="text-center flex flex-1 justify-center items-center">
|
||||
<div>
|
||||
<UserGroupIcon
|
||||
|
||||
Reference in New Issue
Block a user