Commit bc80c2eb authored by Bryce Johnson's avatar Bryce Johnson

Show footer when no approvals yet.

parent 851d4a7c
......@@ -29,7 +29,7 @@
});
},
template: `
<div v-if='hasApprovers && loaded' class='mr-widget-footer approved-by-users approvals-footer clearfix'>
<div v-if='loaded' class='mr-widget-footer approved-by-users approvals-footer clearfix'>
<span class='approvers-prefix'> Approved by </span>
<span v-for='approver in approvedBy'>
<link-to-member-avatar
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment