Skip to content

Commit f36f8cb

Browse files
committed
Fix trait import
1 parent 3205e22 commit f36f8cb

File tree

1 file changed

+1
-1
lines changed
  • common/src/commonMain/kotlin/cz/frantisekmasa/wfrp_master/common/compendium

1 file changed

+1
-1
lines changed

common/src/commonMain/kotlin/cz/frantisekmasa/wfrp_master/common/compendium/ImportDialog.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ private fun ImportedItemsPicker(
111111
ItemsScreen.SPELLS to state.spells.isNotEmpty(),
112112
ItemsScreen.BLESSINGS to state.blessings.isNotEmpty(),
113113
ItemsScreen.MIRACLES to state.miracles.isNotEmpty(),
114-
ItemsScreen.TRAITS to state.miracles.isNotEmpty(),
114+
ItemsScreen.TRAITS to state.traits.isNotEmpty(),
115115
ItemsScreen.CAREERS to state.careers.isNotEmpty(),
116116
ItemsScreen.TRAPPINGS to state.trappings.isNotEmpty(),
117117
ItemsScreen.DISEASES to state.diseases.isNotEmpty(),

0 commit comments

Comments
 (0)