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.
1 parent 5870d38 commit 89314adCopy full SHA for 89314ad
1 file changed
lib/public/views/Runs/format/formatRunEorReason.js
@@ -16,15 +16,15 @@ import { tooltip } from '../../../../components/common/popover/tooltip.js';
16
import { formatEorReason } from './formatEorReason.mjs';
17
18
/**
19
- * Display the given EoR reason as a vdom component with lastEditedName tooltip
+ * Display the given EoR reason as a vnode component with lastEditedName tooltip
20
*
21
* @param {Partial<{
22
* category: string,
23
* title: string,
24
* description: string,
25
* lastEditedName: string,
26
* }>} eorReason the EoR reason to display
27
- * @return {Component} the vdom component
+ * @return {VNode} the vnode component
28
*/
29
export const formatRunEorReason = (eorReason) => {
30
const { lastEditedName } = eorReason;
0 commit comments