Commit b097a894 authored by Bryce Johnson's avatar Bryce Johnson

Only show stringified suggested users when there are some.

parent c9a5a879
......@@ -67,7 +67,7 @@
template: `
<div class='approvals-body mr-widget-body'>
<h4> Requires {{ approvalsRequiredStringified }}
<span> (from {{ approverNamesStringified }}) </span>
<span v-if='suggestedApprovers.length'> (from {{ approverNamesStringified }}) </span>
</h4>
<div v-if='showApproveButton' class='append-bottom-10'>
<button
......
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