mirror of
https://github.com/romancm/gamebrary
synced 2024-11-27 05:30:22 +00:00
fix todo
This commit is contained in:
parent
0538e29a7e
commit
a8cb761888
1 changed files with 1 additions and 2 deletions
|
@ -27,9 +27,8 @@
|
|||
${board.backgroundColor ? ` background-color: ${board.backgroundColor};` : null }
|
||||
${getWallpaperUrl(board.backgroundUrl) }
|
||||
`"
|
||||
@click="$bvModal.show('edit-board')"
|
||||
@click="$router.push({ name: 'edit-board', params: { id: board.id } })"
|
||||
>
|
||||
<!-- TODO: replace with route -->
|
||||
<span class="board-initials text-uppercase mr-1">
|
||||
{{ getBoardInitials(board.name) }}
|
||||
</span>
|
||||
|
|
Loading…
Reference in a new issue