From 0c1cdc6821a201f68d29094c00794575b153c1ee Mon Sep 17 00:00:00 2001 From: Phil Bracikowski Date: Thu, 19 Sep 2024 21:09:28 -0700 Subject: [PATCH] chore: run prettier --- src/dataExplorer/components/DataExplorerPage.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/dataExplorer/components/DataExplorerPage.tsx b/src/dataExplorer/components/DataExplorerPage.tsx index fba7cc9f3d..7429453d3f 100644 --- a/src/dataExplorer/components/DataExplorerPage.tsx +++ b/src/dataExplorer/components/DataExplorerPage.tsx @@ -50,7 +50,6 @@ import {PROJECT_NAME, PROJECT_NAME_PLURAL} from 'src/flows' import {SCRIPT_EDITOR_PARAMS} from 'src/dataExplorer/components/resources' import {CLOUD} from 'src/shared/constants' - const DataExplorerPageHeader: FC = () => { const {scriptQueryBuilder, setScriptQueryBuilder} = useContext(AppSettingContext)