Skip to content
Snippets Groups Projects
Verified Commit 14a83e33 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

FIX linter errors

parent cad6b304
No related branches found
No related tags found
No related merge requests found
Pipeline #51853 passed
......@@ -42,7 +42,7 @@ const columns: Array<GridColDef<OperationsLogRecord>> = [
]
export const LoggingList: React.FC<IResourceComponentsProps> = () => {
const t = useTranslate();
const t = useTranslate()
const { dataGridProps } = useDataGrid<OperationsLogRecord>({
resource: 'fdo'
})
......
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