fix boat in quest log list not leaving the port at the same time as the project entry.
continuous-integration/drone/push Build is passing
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -39,7 +39,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<ProjectProgress project={project} />
|
<ProjectProgress project={project} />
|
||||||
{#if project.endTime}
|
{#if project.endTime}
|
||||||
<TimeProgress startTime={project.createdTime} endTime={project.endTime} />
|
<TimeProgress startTime={project.startTime || project.createdTime} endTime={project.endTime} />
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user