remove extra todo

This commit is contained in:
Gamebrary 2021-05-10 12:17:00 -07:00
parent b6fc5eda64
commit 1fa66ad233

View file

@ -1,7 +1,6 @@
<template lang="html"> <template lang="html">
<div class="mb-5" v-if="user"> <div class="mb-5" v-if="user">
<!-- TODO: allow reorganizing and save --> <!-- TODO: allow reorganizing and save -->
<!-- TODO: show public boards -->
<empty-state <empty-state
v-if="!loading && sortedBoards.length === 0" v-if="!loading && sortedBoards.length === 0"
title="Boards" title="Boards"