mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-08-02 00:51:47 +00:00
Added start and build scripts for windows (#81)
This commit is contained in:
@@ -19,7 +19,7 @@ function GedcomLink(props: {url: string; text: string}) {
|
||||
}
|
||||
|
||||
function formatBuildDate(dateString: string) {
|
||||
return dateString.slice(0, 16);
|
||||
return dateString?.slice(0, 16) || '';
|
||||
}
|
||||
|
||||
function Contents() {
|
||||
|
||||
Reference in New Issue
Block a user