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 62d606c commit 514f839Copy full SHA for 514f839
.changes/problem-panel.md
@@ -0,0 +1,5 @@
1
+---
2
+"algohub": patch:fix
3
4
+
5
+Fix multiple panels displaying on the user profile page.
src/views/account/[id].vue
@@ -135,8 +135,8 @@ onMounted(async () => {
135
</div>
136
</Panel>
137
138
- <Panel pt:header:class="!hidden" pt:content:class="!p-[1.125rem]">
139
- <DataView v-if="tab === 'problems'" :value="problemList" dataKey="id">
+ <Panel v-if="tab === 'problems'" pt:header:class="!hidden" pt:content:class="!p-[1.125rem]">
+ <DataView :value="problemList" dataKey="id">
140
<template #header>
141
<div class="inline-flex flex-wrap justify-between items-center gap-4 w-full">
142
<InputText placeholder="Find a problem..." size="small" disabled>
0 commit comments