Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Added missing return
  • Loading branch information
mszylkowski committed Oct 19, 2021
commit f8ebfc62212445b7cc742ce24200c922c26b6c75
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export class AmpStoryDevToolsTabDebug extends AMP.BaseElement {

/** @override */
layoutCallback() {
this.buildDebugContent_();
return this.buildDebugContent_();
}

/**
Expand Down