1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

refactor(types): Sintassi "moderna" Array

This commit is contained in:
Maicol Battistini
2021-11-30 14:47:35 +01:00
parent a29a0c1c70
commit 17951a52dc
3 changed files with 6 additions and 6 deletions

View File

@ -20,7 +20,7 @@ export default class TableRow extends Component {
);
}
checkbox(children: Array<Children>): Children {
checkbox(children: Children[]): Children {
if (!this.attrs.has('checkable')) {
return <></>;
}