You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-10 09:22:25 +03:00
delint
This commit is contained in:
@@ -26,7 +26,7 @@ interface IProps {
|
||||
featureId: string;
|
||||
}
|
||||
|
||||
export const BetaPill = ({ onClick }) => {
|
||||
export const BetaPill = ({ onClick }: { onClick?: () => void }) => {
|
||||
return <span className="mx_BetaCard_betaPill" onClick={onClick}>
|
||||
{ _t("Beta") }
|
||||
</span>;
|
||||
|
||||
Reference in New Issue
Block a user