From f3a11f2eb113611d1ff5db3b7663f825a2d9b540 Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Wed, 5 Oct 2022 21:46:13 -0700 Subject: [PATCH] Fix compilation error. --- .../maps-page/action-dispatcher/history-dialog/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/webapp/src/components/maps-page/action-dispatcher/history-dialog/index.tsx b/packages/webapp/src/components/maps-page/action-dispatcher/history-dialog/index.tsx index 70fedba0..d1e3a6db 100644 --- a/packages/webapp/src/components/maps-page/action-dispatcher/history-dialog/index.tsx +++ b/packages/webapp/src/components/maps-page/action-dispatcher/history-dialog/index.tsx @@ -1,6 +1,6 @@ import React, { ErrorInfo } from 'react'; import { FormattedMessage, useIntl } from 'react-intl'; -import { useQuery, useQueryClient } from 'react-query'; +import { useQuery } from 'react-query'; import { useSelector } from 'react-redux'; import Client, { ChangeHistory } from '../../../../classes/client'; import { activeInstance } from '../../../../redux/clientSlice';