Skip to content
Snippets Groups Projects
Commit 8fdcf017 authored by Titus Netland's avatar Titus Netland
Browse files

Merge remote-tracking branch 'origin/main' into style_and_FAQ_update

parents d904a2ac 080396a0
No related branches found
No related tags found
1 merge request!122Style and faq update
Pipeline #181350 passed
<template>
<div v-if="loading">LASTER...</div>
<ul v-else>
<ul>
<li v-for="member in members" :key="member.userId">
<UserListItemCard :buttons="buttons" :user="member" />
</li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment