Skip to content
Snippets Groups Projects
Commit 8c5ec964 authored by Artur Carvalho's avatar Artur Carvalho
Browse files

Fix formatting

parent 1caabf05
No related branches found
No related tags found
1 merge request!1Add initial libraries
Pipeline #67929 passed
......@@ -87,7 +87,6 @@ const toggleSelectedIsValid = (evt: CellKeyPressEvent<ICar>) => {
};
const onCellKeyPress = (evt: CellKeyPressEvent<ICar>) => {
if ((evt?.event as any).code === "Space") {
toggleSelectedIsValid(evt);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment