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>
|
||||
<ProjectProgress project={project} />
|
||||
{#if project.endTime}
|
||||
<TimeProgress startTime={project.createdTime} endTime={project.endTime} />
|
||||
<TimeProgress startTime={project.startTime || project.createdTime} endTime={project.endTime} />
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user