Skip to content

Commit

Permalink
Change hasVersions condition
Browse files Browse the repository at this point in the history
  • Loading branch information
rr-adam committed Nov 20, 2024
1 parent 457dbf8 commit c1c86af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion general/pages/ontology/[...resource].vue
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ export default {
);
},
hasVersions() {
return this.ontologyVersions.data.length > 1;
return this.ontologyVersions.data.length >= 1;
},
isComparing() {
return (
Expand Down

0 comments on commit c1c86af

Please sign in to comment.