Skip to content

Commit

Permalink
Removed: extra closing arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
we-vikram-wri231 committed Mar 21, 2024
1 parent 56a5f7c commit 82d269f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const toggleCreateMenu = (event) => {

<div class="grid" v-if="store.assets">

<div :class="route.params && route.params.id ? 'col-6' : 'col'">>
<div :class="route.params && route.params.id ? 'col-6' : 'col'">
<Panel class="is-small">

<template class="p-1" #header>
Expand Down

0 comments on commit 82d269f

Please sign in to comment.