Skip to content

Commit

Permalink
Remove unused attribute in Meta.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ixartz committed Aug 13, 2020
1 parent 0fd18b2 commit 9809a40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/layout/Meta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ type IMetaProps = {
date: string;
modified_date: string;
};
title2?: string;
};

const Meta = (props: IMetaProps) => {
Expand Down

0 comments on commit 9809a40

Please sign in to comment.