Skip to content

Commit

Permalink
Drop invalid/unused prop on awsestimate.
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Mar 5, 2024
1 parent 3617955 commit 228a3ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/components/JobMetrics/JobMetrics.vue
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ const estimatedServerInstance = computed(() => {
<AwsEstimate
v-if="jobRuntimeInSeconds && coresAllocated && ec2Instances && shouldShowAwsEstimate"
:ec2-instances="ec2Instances"
:should-show-aws-estimate="shouldShowAwsEstimate"
:job-runtime-in-seconds="jobRuntimeInSeconds"
:cores-allocated="coresAllocated"
:memory-allocated-in-mebibyte="memoryAllocatedInMebibyte" />
Expand Down

0 comments on commit 228a3ac

Please sign in to comment.