mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-20 21:55:03 -04:00
Convert Messages to TypeScript
(cherry picked from commit 0fdeb0566305311dcec344074b5de9e38b8d8090)
This commit is contained in:
@@ -19,7 +19,7 @@ import { setIsSidebarVisible } from 'Store/Actions/appActions';
|
||||
import dimensions from 'Styles/Variables/dimensions';
|
||||
import HealthStatus from 'System/Status/Health/HealthStatus';
|
||||
import translate from 'Utilities/String/translate';
|
||||
import MessagesConnector from './Messages/MessagesConnector';
|
||||
import Messages from './Messages/Messages';
|
||||
import PageSidebarItem from './PageSidebarItem';
|
||||
import styles from './PageSidebar.css';
|
||||
|
||||
@@ -515,7 +515,7 @@ function PageSidebar({ isSidebarVisible, isSmallScreen }: PageSidebarProps) {
|
||||
})}
|
||||
</div>
|
||||
|
||||
<MessagesConnector />
|
||||
<Messages />
|
||||
</ScrollerComponent>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user