Another checkpoint: getting OHBlock in shapes
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
</script>
|
||||
|
||||
<div class="card w-full bg-ecsess-200 text-ecsess-black max-w-md p-4 m-4 text-center rounded-xl">
|
||||
<p>{member}</p>
|
||||
<p>{member.name}</p>
|
||||
<p>{member.position}</p>
|
||||
<hr>
|
||||
<p>{startTime} - {endTime}</p>
|
||||
</div>
|
||||
@@ -29,7 +29,7 @@
|
||||
<div>
|
||||
{DOTW}
|
||||
{#each sortedOHs.filter((OH) => OH.day == DOTW) as OH}
|
||||
<OhBlock member={OH.host.name} startTime={OH.startTime} endTime={OH.endTime}></OhBlock>
|
||||
<OhBlock member={OH.member} startTime={OH.startTime} endTime={OH.endTime}></OhBlock>
|
||||
{/each}
|
||||
</div>
|
||||
{/each}
|
||||
|
||||
Reference in New Issue
Block a user