Skip to content

Commit

Permalink
Update pages/feed/index.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Brandon Roberts <[email protected]>
  • Loading branch information
diivi and brandonroberts authored Aug 8, 2023
1 parent 07fb09f commit e4e4daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/feed/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const Feeds: WithPageLayout<HighlightSSRProps> = (props: HighlightSSRProps) => {
return;
}

var focusOnHighlighCreationInput: NodeJS.Timeout;
let focusOnHighlighCreationInput: NodeJS.Timeout;

if (window.innerWidth > 768) {
focusOnHighlighCreationInput = setInterval(() => {
Expand Down

0 comments on commit e4e4daf

Please sign in to comment.