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:
parent
9e2e91e522
commit
d85824492e
@ -29,7 +29,6 @@ import BoardsSwitcher from '../boardsSwitcher/boardsSwitcher'
|
|||||||
import wsClient, {WSClient} from '../../wsclient'
|
import wsClient, {WSClient} from '../../wsclient'
|
||||||
|
|
||||||
import {getCurrentTeam} from '../../store/teams'
|
import {getCurrentTeam} from '../../store/teams'
|
||||||
import {getMe} from '../../store/users'
|
|
||||||
|
|
||||||
import {Constants} from "../../constants"
|
import {Constants} from "../../constants"
|
||||||
|
|
||||||
@ -64,7 +63,6 @@ const Sidebar = (props: Props) => {
|
|||||||
const partialCategories = useAppSelector<Array<CategoryBoards>>(getSidebarCategories)
|
const partialCategories = useAppSelector<Array<CategoryBoards>>(getSidebarCategories)
|
||||||
const me = useAppSelector<IUser|null>(getMe)
|
const me = useAppSelector<IUser|null>(getMe)
|
||||||
const sidebarCategories = addMissingItems(partialCategories, boards)
|
const sidebarCategories = addMissingItems(partialCategories, boards)
|
||||||
const me = useAppSelector(getMe)
|
|
||||||
const activeViewID = useAppSelector(getCurrentViewId)
|
const activeViewID = useAppSelector(getCurrentViewId)
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user