mirror of
https://github.com/myfatemi04/wheelshare-frontend.git
synced 2025-04-21 19:29:51 -04:00
add placeholder start/end times
This commit is contained in:
parent
7a897a142b
commit
a33ec13674
|
@ -97,10 +97,10 @@ export default function Pool({
|
||||||
<b>Capacity</b>: {pool.participant_ids?.length} / {pool.capacity}
|
<b>Capacity</b>: {pool.participant_ids?.length} / {pool.capacity}
|
||||||
</Typography>
|
</Typography>
|
||||||
<Typography variant="subtitle1">
|
<Typography variant="subtitle1">
|
||||||
<b>Start Time</b>: {pool.start_time}
|
<b>Start Time</b>: {pool.start_time || '3:00 PM'}
|
||||||
</Typography>
|
</Typography>
|
||||||
<Typography variant="subtitle1">
|
<Typography variant="subtitle1">
|
||||||
<b>End Time</b>: {pool.end_time}
|
<b>End Time</b>: {pool.end_time || '3:30 PM'}
|
||||||
</Typography>
|
</Typography>
|
||||||
<Typography variant="body1">{pool.description}</Typography>
|
<Typography variant="body1">{pool.description}</Typography>
|
||||||
{user && (
|
{user && (
|
||||||
|
|
Loading…
Reference in New Issue
Block a user