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 e8690b9 commit 2a9b72dCopy full SHA for 2a9b72d
frontend/src/entities/PowerGrid/CAB/Assistant.vue
@@ -21,7 +21,7 @@
21
<template #default="{ recommendation, index }">
22
<div class="flex">
23
<main>
24
- <h2>P{{ index }}: {{ recommendation.title }}</h2>
+ <h2>R{{ index }}: {{ recommendation.title }}</h2>
25
</main>
26
</div>
27
</template>
@@ -38,7 +38,7 @@
38
v-for="(recommendation, index) of recommendations"
39
:key="recommendation.title"
40
:class="{ active: selected?.title === recommendation.title }">
41
- P{{ index }}
+ R{{ index }}
42
</th>
43
</tr>
44
</thead>
0 commit comments