We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3205e22 commit f36f8cbCopy full SHA for f36f8cb
common/src/commonMain/kotlin/cz/frantisekmasa/wfrp_master/common/compendium/ImportDialog.kt
@@ -111,7 +111,7 @@ private fun ImportedItemsPicker(
111
ItemsScreen.SPELLS to state.spells.isNotEmpty(),
112
ItemsScreen.BLESSINGS to state.blessings.isNotEmpty(),
113
ItemsScreen.MIRACLES to state.miracles.isNotEmpty(),
114
- ItemsScreen.TRAITS to state.miracles.isNotEmpty(),
+ ItemsScreen.TRAITS to state.traits.isNotEmpty(),
115
ItemsScreen.CAREERS to state.careers.isNotEmpty(),
116
ItemsScreen.TRAPPINGS to state.trappings.isNotEmpty(),
117
ItemsScreen.DISEASES to state.diseases.isNotEmpty(),
0 commit comments