-
- {#if usernameBeingViewed !== user.username}
-
-
- {#if friendshipStatusFull && friendshipStatusFull.id}
- {#if friendshipStatusFull.status === 'R'}
- {#if friendshipStatusFull.senderUsername === user.username}
-
{:else}
Friend Request Sent
- {:else}
-
-
-
- {/if}
- {:else if friendshipStatusFull.status === 'A'}
- You are Friends
-
- {:else if friendshipStatusFull.status === 'D'}
- {#if friendshipStatusFull.senderUsername === user.username}
- Your friend request was denied, hang in there bud.
- {:else}
- You declined the friend request but you could still change your mind
-
- {/if}
+ {#if friendshipStatusFull && friendshipStatusFull.id}
+ {#if friendshipStatusFull.status === 'R'}
+ {#if friendshipStatusFull.senderUsername === user.username}
+ Friend Request Sent
+ {:else}
+
+
+
+ {/if}
+
+ {:else if friendshipStatusFull.status === 'A'}
+ You are Friends
+
+
+ {:else if friendshipStatusFull.status === 'D'}
+ {#if friendshipStatusFull.senderUsername === user.username}
+ Your friend request was declined, hang in there bud.
+ {:else}
+ You declined the friend request, but you could still change your mind
+
+ {/if}
+
+ {:else if friendshipStatusFull.status === 'B'}
+ {#if friendshipStatusFull.senderUsername === user.username}
+
{/if}
- {:else}
-
{/if}
+ {:else}
+
+
{/if}
-
-
-
@@ -303,29 +331,6 @@
{/if}
-
-
-
-
-
-
-
-