mirror of
https://github.com/wassname/talk.git
synced 2026-08-19 12:40:16 +08:00
Fix tests
This commit is contained in:
@@ -51,7 +51,7 @@ const CallOut: StatelessComponent<CallOutProps> = props => {
|
||||
CallOut.defaultProps = {
|
||||
color: "regular",
|
||||
fullWidth: false,
|
||||
};
|
||||
} as Partial<CallOutProps>;
|
||||
|
||||
const enhanced = withStyles(styles)(CallOut);
|
||||
export default enhanced;
|
||||
|
||||
Reference in New Issue
Block a user