Skip to content

Commit

Permalink
feat(headshot-list): remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
proeung committed Aug 16, 2023
1 parent 58571f9 commit 7243a04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,6 @@ function decorateOnlyPicture(main) {
* @param main
*/
function restructureContentLayout(main) {

Check failure on line 744 in scripts/scripts.js

View workflow job for this annotation

GitHub Actions / build

Block must not be padded by blank lines
const SECTION_TEXT_THRESHOLD = 400;

// Find the Section Content Body element
const sectionContentBody = main.querySelector('.section-content-body');
Expand Down

0 comments on commit 7243a04

Please sign in to comment.