We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 715ec67 + f4c8681 commit d68f0a6Copy full SHA for d68f0a6
frontend/src/components/Activities/Activities.vue
@@ -257,7 +257,7 @@
257
</span>
258
<span v-if="activity.value">{{ __(activity.value) }}</span>
259
<span
260
- v-if="activity.data.old_value"
+ v-if="activity.data?.old_value"
261
class="max-w-xs font-medium text-ink-gray-8"
262
>
263
<div
@@ -273,7 +273,7 @@
273
274
<span v-if="activity.to">{{ __('to') }}</span>
275
276
- v-if="activity.data.value"
+ v-if="activity.data?.value"
277
278
279
0 commit comments