mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-01 22:01:49 +01:00
Modernize Benchmarks CI
This commit is contained in:
@@ -12,7 +12,7 @@ type PropsType = {
|
||||
};
|
||||
|
||||
export const CreateNewGroupButton: FunctionComponent<PropsType> = React.memo(
|
||||
({ i18n, onClick }) => {
|
||||
function CreateNewGroupButton({ i18n, onClick }) {
|
||||
const title = i18n('createNewGroupButton');
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user