fix: make recipe crawling work
This commit is contained in:
@@ -10,5 +10,5 @@ export const Emoji = (props: { class?: string; name: string }) => {
|
||||
/>
|
||||
)
|
||||
: <span>{props.name}</span>
|
||||
: <></>;
|
||||
: null;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user