Fix types so the store can return undefined channels (#26393)
* Fix types so the store can return undefined channels * Address feedback * Revert gm change * Fix lint --------- Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
c22509eca2
Коммит
539daee634
@@ -20,7 +20,7 @@ import type {PluginComponent} from 'types/store/plugins';
|
||||
import './call_button.scss';
|
||||
|
||||
type Props = {
|
||||
currentChannel: Channel;
|
||||
currentChannel?: Channel;
|
||||
channelMember?: ChannelMembership;
|
||||
pluginCallComponents: PluginComponent[];
|
||||
sidebarOpen: boolean;
|
||||
|
||||
Ссылка в новой задаче
Block a user