Skip to content

Commit e3ddb4f

Browse files
Apply suggestions from code review
Co-authored-by: Anuj Chhikara <107175639+AnujChhikara@users.noreply.github.com>
1 parent aa71f40 commit e3ddb4f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

applications/script.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -252,11 +252,11 @@ function openApplicationDetails(application) {
252252
selectedApplication.applicationDetails.forEach((detail) => {
253253
const applicationSection = createElement({
254254
type: 'div',
255-
attributes: {
256-
class: `application-section ${
257-
detail.isHighlight ? 'application-highlight-item' : ''
258-
}`.trim(),
259-
},
255+
attributes: {
256+
class: `application-section ${detail.isHighlight ? 'application-highlight-item' : ''}`
257+
},
258+
259+
260260
});
261261
const applicationSectionTitle = createElement({
262262
type: 'h2',

0 commit comments

Comments
 (0)