diff --git a/gmf b/gmf new file mode 160000 index 0000000..be727bc --- /dev/null +++ b/gmf @@ -0,0 +1 @@ +Subproject commit be727bc5b56cc2ab61e39d2a16c0e5ed0d00b82e diff --git a/src/Gallery.tsx b/src/Gallery.tsx index 75fcecd..5fc42ea 100644 --- a/src/Gallery.tsx +++ b/src/Gallery.tsx @@ -26,6 +26,7 @@ const defaultData: AlbumType = { subalbums: [], pseudo: false, count: 0, + title: "" }; const Gallery: FC = () => {