Improved About us section + message when content not available in a language #15

Merged
DrMint merged 10 commits from develop into main 2022-03-20 13:51:52 +00:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 8258475a63 - Show all commits

View File

@ -338,6 +338,8 @@ function HeaderToolTip(props: { id: string }) {
}
export function preprocessMarkDawn(text: string): string {
if (!text) return "";
let scenebreakIndex = 0;
const visitedSlugs: string[] = [];