mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-12 18:22:16 +01:00
fix empty state
This commit is contained in:
@@ -27,7 +27,7 @@ defineProps<{
|
||||
:description="activity.description"
|
||||
:working="activity.status"></TeamActivityCardEntry>
|
||||
<div
|
||||
v-if="latestTeamActivity.length === 1"
|
||||
v-if="latestTeamActivity.length <= 1"
|
||||
class="text-center flex flex-1 justify-center items-center">
|
||||
<div>
|
||||
<UserGroupIcon
|
||||
|
||||
Reference in New Issue
Block a user