|
@@ -161,7 +161,7 @@
|
|
|
</td>
|
|
|
<td class="px-2">
|
|
|
<div class="d-flex">
|
|
|
- @if($accountInvite->status !== 'PENDING')
|
|
|
+ @if($accountInvite->status === 'PENDING')
|
|
|
<span moe class="ml-1" relative>
|
|
|
<a class="" href="" show start>Cancel</a>
|
|
|
<form url="/api/accountInvite/markAsCancelled" right>
|