fix: fix view report
This commit is contained in:
@@ -158,9 +158,11 @@
|
||||
</div>
|
||||
{/if}
|
||||
</div>
|
||||
{#if session}
|
||||
<a href="/space/new/edit">
|
||||
<img src={crossUrl} alt="new" class="new-space" />
|
||||
</a>
|
||||
{/if}
|
||||
</div>
|
||||
</Navbar>
|
||||
|
||||
@@ -175,7 +177,11 @@
|
||||
<input type="time" bind:value={closingFilter} />
|
||||
</label>
|
||||
</div>
|
||||
<a href="/space/reports" class="checkReports">Check Reports</a>
|
||||
{#if adminMode}
|
||||
<div class="checkReports">
|
||||
<Button href="/space/reports" type="link" style="red">Check Reports</Button>
|
||||
</div>
|
||||
{/if}
|
||||
{#each filteredStudySpaces as studySpace (studySpace.id)}
|
||||
{@const imgUrl =
|
||||
studySpace.study_space_images.length > 0
|
||||
|
||||
Reference in New Issue
Block a user