Skip to content

Commit

Permalink
haha
Browse files Browse the repository at this point in the history
  • Loading branch information
yofukashino committed Jan 31, 2024
1 parent 828b209 commit 3fc7024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/patches/Banners.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default (): void => {
res.props.isPremium = true;
res.props.children.props.children = res.props.children.props.children
.filter(Boolean)
.filter((c) => !c?.type?.toString?.()?.includes?.("pencil"));
.filter((c) => !c?.props?.children?.toString?.()?.includes?.("pencil"));
res.props.children.props.children.unshift(<USRBGIcon />);
return res;
},
Expand Down

0 comments on commit 3fc7024

Please sign in to comment.