Skip to content

Commit

Permalink
isAuthor added to dashboard status
Browse files Browse the repository at this point in the history
  • Loading branch information
elrumo committed Apr 7, 2021
1 parent f1e2253 commit c9583f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/macos-big-sur-icons/src/views/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@
<div class="icon-list-area">
<div v-for="icon in user.icons" class="card-wrapper coral-card" :key="icon.fileName">

<coral-status v-if="icon.isReupload && icon.isAuthor" variant="warning"></coral-status>
<coral-status v-if="icon.isReupload && !icon.isAuthor" variant="success"></coral-status>
<coral-status v-if="icon.isReupload && icon.isAuthor" variant="success"></coral-status>
<coral-status v-if="icon.isReupload && !icon.isAuthor" variant="warning"></coral-status>

<div class="card-img-wrapper" style="max-width: 120px;">
<div v-if="icon.isReview" class="loading-approval-wrapper">
Expand Down

1 comment on commit c9583f5

@vercel
Copy link

@vercel vercel bot commented on c9583f5 Apr 7, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.