Skip to content

Commit

Permalink
Merge pull request #889 from radixdlt/fix/ABW-3202-olympia-import-onl…
Browse files Browse the repository at this point in the history
…y-mainnet

[ABW-3202] Hide olympia import if not on mainnet
  • Loading branch information
jakub-rdx authored Apr 19, 2024
2 parents f89324f + f2f6e5b commit aad2bc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class TroubleshootingSettingsViewModel @Inject constructor(
) {
_state.update { state ->
val updatedSettings =
defaultSettings.filter {
defaultSettings.filterNot {
it is TroubleshootingUiItem.Setting && it.item is SettingsItem.Troubleshooting.ImportFromLegacyWallet
}.toPersistentSet()
state.copy(
Expand Down

0 comments on commit aad2bc0

Please sign in to comment.