Skip to content

Commit

Permalink
Hide unused overpass endpoint selector
Browse files Browse the repository at this point in the history
  • Loading branch information
StrandedKitty committed Aug 5, 2023
1 parent 69f1cfc commit 3cc0351
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const SettingsModalPanel: React.FC<{
]}
/>
</ModalCategoryContainer>
<ModalCategoryContainer>
{/*<ModalCategoryContainer>
<ModalCategory label={'Overpass endpoints'}>
<Endpoints
ref={endpointsRef}
Expand All @@ -95,9 +95,9 @@ const SettingsModalPanel: React.FC<{
}
]}
/>
</ModalCategoryContainer>
</ModalCategoryContainer>*/}
</div>
</ModalPanel>;
}

export default React.memo(SettingsModalPanel);
export default React.memo(SettingsModalPanel);

0 comments on commit 3cc0351

Please sign in to comment.