chore: add cancel query model
This commit is contained in:
@@ -2,11 +2,7 @@ import React from 'react';
|
||||
import '../style/title-wrapper.less';
|
||||
|
||||
const TitleWrapper: React.FC<any> = ({ children }) => {
|
||||
return (
|
||||
<h3 className="h3">
|
||||
<span>{children}</span>
|
||||
</h3>
|
||||
);
|
||||
return <h3 className="h3">{children}</h3>;
|
||||
};
|
||||
|
||||
export default TitleWrapper;
|
||||
|
||||
Reference in New Issue
Block a user