Thought I was changing S for Spot, but it was actually S for Seller

This commit is contained in:
Phoenix 2019-09-16 16:42:31 +01:00
parent 206cbe2bdd
commit dc71b7dc2b
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@
<span style="color: green">B: Enabled<br></span>
<span v-if="relationshipMatrix[`${buyerAccounts[scope.$index].id}-${seller.id}`].other.enabled_spot" style="color: green">E: Enabled<br></span>
<span v-else style="color: red">E: Disabled<br></span>
<span v-if="relationshipMatrix[`${buyerAccounts[scope.$index].id}-${seller.id}`].other.enabled_spot" style="color: green">S: Enabled<br></span>
<span v-else style="color: red">S: Disabled<br></span>
</span>
<span v-else style="color: red;">
No Relationship