From 7056915dca08a5bf68f60ec6d98f217f5534a255 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Fri, 6 Dec 2024 16:40:16 +0000 Subject: [PATCH] Swap AccessibleButton element types to match the props they provide Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- src/components/structures/auth/SoftLogout.tsx | 1 + src/components/views/elements/EditableItemList.tsx | 1 + src/components/views/settings/SetIdServer.tsx | 1 + .../views/settings/tabs/user/MjolnirUserSettingsTab.tsx | 2 ++ 4 files changed, 5 insertions(+) diff --git a/src/components/structures/auth/SoftLogout.tsx b/src/components/structures/auth/SoftLogout.tsx index db72a0a04b..ca1c159775 100644 --- a/src/components/structures/auth/SoftLogout.tsx +++ b/src/components/structures/auth/SoftLogout.tsx @@ -237,6 +237,7 @@ export default class SoftLogout extends React.Component { /> extends React.PureComponent { forceValidity={this.state.error ? false : undefined} /> onChange={this.onPersonalRuleChanged} /> onChange={this.onNewListChanged} />