Skip to content

Commit f5b004a

Browse files
Removed brackets around platform display
1 parent e3e2f3a commit f5b004a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/cylc/tree/TreeItem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
9595
v-if="!isExpanded && latestJob(node)?.platform"
9696
class="mx-1 text-grey"
9797
>
98-
[{{ latestJob(node)?.platform }}]
98+
{{ latestJob(node)?.platform }}
9999
</span>
100100
<FlowNumsChip :flowNums="node.node.flowNums"/>
101101
</div>

0 commit comments

Comments
 (0)