Browse Source

fix goal task/project comp modes ignoring unweigted.

main
Gisle Aune 3 years ago
parent
commit
086812f5bb
  1. 2
      svelte-ui/src/components/GoalEntry.svelte

2
svelte-ui/src/components/GoalEntry.svelte

@ -55,7 +55,7 @@
<Progress count={goal.completedAmount} target={goal.amount} />
<TimeProgress startTime={goal.startTime} endTime={goal.endTime} />
</div>
<Composition ignoreZeroWeight logs={goal.logs} mode={goal.compositionMode} />
<Composition unweighted={goal.unweighted} ignoreZeroWeight logs={goal.logs} mode={goal.compositionMode} />
</ParentEntry>
<style>

Loading…
Cancel
Save