Skip to content

Commit

Permalink
Merge pull request #912 from /issues/900
Browse files Browse the repository at this point in the history
"No team found" msg added if no teams added
  • Loading branch information
Pratap2018 authored Feb 10, 2022
2 parents c7db69b + f308185 commit 9a7dd1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/admin/TeamMate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</style>
<template>
<div class="home marginLeft marginRight">
<!--h3 v-if="teammates.length" class="leftAlign">Hi {{ user.name }}, Your Teams and Admins</h3-->
<h3 v-if="!teammates.length" class="leftAlign">No teams found, click on 'Invite' button to add team</h3>
<div class="text-right">
<button @click="invite()" class="btn btn-warning button-theme">
Invite <i class="fas fa-plus text-black"></i>
Expand Down

0 comments on commit 9a7dd1f

Please sign in to comment.