Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshmi2506 committed Feb 5, 2024
1 parent 89c5c60 commit c3103d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/components/tasks/retrieveMetadata/changes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ const ChangesForm = ({
if (
metadata_type !== undefined &&
expandedPanels[groupName] === undefined &&
metadatachanges[metadata_type].length == 0
metadatachanges[metadata_type].length === 0
) {
await apiFetch({
url: window.api_urls.scratch_org_listmetadata(id),
Expand Down

0 comments on commit c3103d5

Please sign in to comment.