🃏 Added a vertical settings menu scaffold

This commit is contained in:
2021-09-06 23:01:44 -07:00
parent 3c58795286
commit f3d94f2a75
3 changed files with 48 additions and 9 deletions

View File

@@ -261,14 +261,14 @@ export const ComicDetail = ({}: ComicDetailProps): ReactElement => {
name: PropTypes.string,
number: PropTypes.string,
resource_type: PropTypes.string,
id: PropTypes.string,
id: PropTypes.number,
}),
};
RawFileDetails.propTypes = {
data: PropTypes.shape({
containedIn: PropTypes.string,
fileSize: PropTypes.string,
fileSize: PropTypes.number,
path: PropTypes.string,
extension: PropTypes.string,
}),