Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wellheor1 committed Dec 18, 2024
1 parent 8e0159f commit 3afee7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l2-frontend/src/ui-cards/DirectionsHistory/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ export default {
},
role_can_use_stationar() {
for (const g of this.$store.getters.user_data.groups || []) {
if (g === 'Врач стационара' || 't, ad, p') {
if (g === 'Врач стационара' || g === 't, ad, p') {
return true;
}
}
Expand Down

0 comments on commit 3afee7c

Please sign in to comment.