Skip to content

Commit f35d0d9

Browse files
committed
fix choice model display causing sheet not to render
1 parent 86b712d commit f35d0d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/model/components/choices.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ export class ChoiceModel extends foundry.abstract.DataModel
393393
_displayOptions(structure)
394394
{
395395

396-
if (!structure || structure.options.length == 1)
396+
if (!structure)
397397
{
398398
return this.options[0].name;
399399
}

0 commit comments

Comments
 (0)