Skip to content

Commit 0c6beee

Browse files
committed
fixup! userinfo: warning pour les staff hebergé (ils n'ont notamment pas droits à des ordi portables)
1 parent 5d0e647 commit 0c6beee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-widget/userinfo/userinfo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1196,7 +1196,7 @@ const app = Vue.createApp({
11961196
<span v-if="!affiliations.includes('member')">
11971197
(non membre)
11981198
</span>
1199-
<span v-if="primary === 'staff' && up1Sources.includes('{HARPEGE}heberge')">
1199+
<span v-if="primary === 'staff' && up1Sources?.includes('{HARPEGE}heberge')">
12001200
<Important s=" hébergé"></Important>
12011201
</span>
12021202
</span>`,

0 commit comments

Comments
 (0)