Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
msagolj committed Oct 9, 2024
1 parent b08507f commit e9cab1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ async function buildTabSection(main) {
* Builds all synthetic blocks in a container element.
* @param {Element} main The container element
*/
function buildAutoBlocks() {
function buildAutoBlocks(main) {
try {
// TODO: add auto block, if needed
buildTabSection(main);
Expand Down

0 comments on commit e9cab1c

Please sign in to comment.