1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-02-01 19:14:35 +02:00

fix bad merge

This commit is contained in:
Scott Bishel 2022-08-29 08:02:28 -06:00
parent 9e2e91e522
commit d85824492e

View File

@ -29,7 +29,6 @@ import BoardsSwitcher from '../boardsSwitcher/boardsSwitcher'
import wsClient, {WSClient} from '../../wsclient'
import {getCurrentTeam} from '../../store/teams'
import {getMe} from '../../store/users'
import {Constants} from "../../constants"
@ -64,7 +63,6 @@ const Sidebar = (props: Props) => {
const partialCategories = useAppSelector<Array<CategoryBoards>>(getSidebarCategories)
const me = useAppSelector<IUser|null>(getMe)
const sidebarCategories = addMissingItems(partialCategories, boards)
const me = useAppSelector(getMe)
const activeViewID = useAppSelector(getCurrentViewId)
useEffect(() => {