fix(style): unify casing of system terms
This commit is contained in:
@@ -85,7 +85,8 @@ const CompatibilityAlert: React.FC<CompatibilityAlertProps> = (props) => {
|
||||
}, [type]);
|
||||
|
||||
return (
|
||||
show && (
|
||||
show &&
|
||||
!!message && (
|
||||
<DivWrapper>
|
||||
<AlertBlockInfo
|
||||
ellipsis={false}
|
||||
|
||||
Reference in New Issue
Block a user