|
@@ -23,7 +23,8 @@ export default {
|
|
|
props: ['generation'],
|
|
|
computed: {
|
|
|
visible() {
|
|
|
- return this.generation.active > config.electiveGenerationOptions.primary.value
|
|
|
+ return this.generation.active > config.electiveGenerationOptions.primary.value ||
|
|
|
+ this.generation.activeModel.preferenceCount == 1
|
|
|
},
|
|
|
isDM() {
|
|
|
return this.generation.activeOpt.decisionMaking
|