Skip to content

Commit

Permalink
Fix lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
bstopp committed May 20, 2024
1 parent 686c115 commit afa294e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions blocks/shared/property/cards.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { propertySearch } from '../../../scripts/apis/creg/creg.js';
import { decorateIcons } from '../../../scripts/aem.js';
import { decorateFormLinks } from '../../../scripts/scripts.js';

function createImage(listing) {
Expand Down Expand Up @@ -136,4 +134,5 @@ export function render(parent, properties = []) {
cards.push(createCard(listing));
});
parent.replaceChildren(...cards);
decorateFormLinks(parent);
}

0 comments on commit afa294e

Please sign in to comment.