Skip to content

Commit 8a821cf

Browse files
committed
프리티어 수정
1 parent 06cb774 commit 8a821cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/scripts/components/card-component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class CardComponent extends HTMLElement {
1616
}
1717

1818
render() {
19-
const imgSrc = this.getAttribute('imgsrc'); // ❗️없으면 null
19+
const imgSrc = this.getAttribute('imgsrc'); // 없으면 null
2020
const href = this.getAttribute('href') || '#';
2121
const title = this.getAttribute('title') || '';
2222
const description = this.getAttribute('description') || '';

0 commit comments

Comments
 (0)