diff --git a/ui/app/AppLayouts/Chat/views/CommunitySettingsView.qml b/ui/app/AppLayouts/Chat/views/CommunitySettingsView.qml index 2e327c74fa..a7930459c7 100644 --- a/ui/app/AppLayouts/Chat/views/CommunitySettingsView.qml +++ b/ui/app/AppLayouts/Chat/views/CommunitySettingsView.qml @@ -205,7 +205,7 @@ StatusSectionLayout { null) } - onAirdropTokensClicked: { /* TODO in future */ } + onAirdropTokensClicked: root.goTo(Constants.CommunitySettingsSections.Airdrops) onBackUpClicked: { Global.openPopup(transferOwnershipPopup, { privateKey: root.chatCommunitySectionModule.exportCommunity(root.community.id),