Skip to content

Commit

Permalink
Missing title property
Browse files Browse the repository at this point in the history
  • Loading branch information
rigon committed Oct 24, 2024
1 parent e4a3fdc commit 4ca6f6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gmf
Submodule gmf added at be727b
1 change: 1 addition & 0 deletions src/Gallery.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const defaultData: AlbumType = {
subalbums: [],
pseudo: false,
count: 0,
title: ""
};

const Gallery: FC = () => {
Expand Down

0 comments on commit 4ca6f6b

Please sign in to comment.