[MM-56842] Convert ./components/status_icon.tsx from Class Component to Function Component (#26257)
Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
a19e999c11
Коммит
590b75e9fc
@@ -76,9 +76,7 @@ exports[`components/ChannelHeader should match snapshot with last active display
|
||||
dir="auto"
|
||||
id="channelHeaderDescription"
|
||||
>
|
||||
<StatusIcon
|
||||
button={false}
|
||||
className=""
|
||||
<Memo(StatusIcon)
|
||||
status="offline"
|
||||
/>
|
||||
<span
|
||||
@@ -372,9 +370,7 @@ exports[`components/ChannelHeader should match snapshot with no last active disp
|
||||
dir="auto"
|
||||
id="channelHeaderDescription"
|
||||
>
|
||||
<StatusIcon
|
||||
button={false}
|
||||
className=""
|
||||
<Memo(StatusIcon)
|
||||
status="offline"
|
||||
/>
|
||||
<span
|
||||
@@ -2344,9 +2340,7 @@ exports[`components/ChannelHeader should render properly when custom status is e
|
||||
dir="auto"
|
||||
id="channelHeaderDescription"
|
||||
>
|
||||
<StatusIcon
|
||||
button={false}
|
||||
className=""
|
||||
<Memo(StatusIcon)
|
||||
status="offline"
|
||||
/>
|
||||
<span
|
||||
@@ -2638,9 +2632,7 @@ exports[`components/ChannelHeader should render properly when custom status is s
|
||||
dir="auto"
|
||||
id="channelHeaderDescription"
|
||||
>
|
||||
<StatusIcon
|
||||
button={false}
|
||||
className=""
|
||||
<Memo(StatusIcon)
|
||||
status="offline"
|
||||
/>
|
||||
<span
|
||||
|
||||
Ссылка в новой задаче
Block a user