mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Update eslint to 8.27.0
This commit is contained in:
@@ -121,7 +121,7 @@ function convertMenu(
|
||||
});
|
||||
}
|
||||
|
||||
export const TitleBarContainer = (props: PropsType): JSX.Element => {
|
||||
export function TitleBarContainer(props: PropsType): JSX.Element {
|
||||
const {
|
||||
theme,
|
||||
isMaximized,
|
||||
@@ -269,4 +269,4 @@ export const TitleBarContainer = (props: PropsType): JSX.Element => {
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user