Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
drewstone committed Nov 6, 2024
1 parent da44f30 commit c25bcd6
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 116 deletions.
2 changes: 1 addition & 1 deletion components/GithubFileReaderDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const GithubFileReaderDisplay: React.FC<GithubFileReaderDisplayProps> = ({
};

fetchAndHighlightContent();
}, [url, fromLine, toLine, currentTheme]);
}, [url, fromLine, toLine, currentTheme, dedent]);

if (loading) {
return (
Expand Down
4 changes: 1 addition & 3 deletions pages/developers/blueprint-event-listeners/introduction.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
## use GithubFileReaderDisplay from '@/components/GithubFileReaderDisplay';

## title: Introduction to Event listeners
import GithubFileReaderDisplay from '@/components/GithubFileReaderDisplay';

## Event Listeners

Expand Down
Loading

0 comments on commit c25bcd6

Please sign in to comment.