Modernize Benchmarks CI
This commit is contained in:
parent
12c78c742f
commit
61b7eebfcf
17 changed files with 149 additions and 58 deletions
|
@ -12,7 +12,7 @@ type PropsType = {
|
|||
};
|
||||
|
||||
export const CreateNewGroupButton: FunctionComponent<PropsType> = React.memo(
|
||||
({ i18n, onClick }) => {
|
||||
function CreateNewGroupButton({ i18n, onClick }) {
|
||||
const title = i18n('createNewGroupButton');
|
||||
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue