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 f94d782 commit 24e6c54Copy full SHA for 24e6c54
apps/web/src/routes/_app/dashboard.tsx
@@ -200,6 +200,7 @@ const RouteComponent = () => {
200
})}
201
</Dialog.Title>
202
</Dialog.Header>
203
+ <hr></hr>
204
<ul className="flex flex-col gap-5 overflow-auto">
205
<AnimatePresence mode="popLayout">
206
{userInfoQuery.data?.map((user, i) => {
@@ -284,6 +285,7 @@ const RouteComponent = () => {
284
285
</p>{' '}
286
<p>{t({ en: 'Kind', fr: 'Genre' })}</p>
287
</div>
288
289
{instrumentInfo?.map((instrument, i) => {
290
return (
291
<motion.li
@@ -342,6 +344,7 @@ const RouteComponent = () => {
342
344
343
345
<p>{t({ en: 'Number', fr: 'Numero' })}</p>
346
347
348
{recordCounter?.map((instrument, i) => {
349
350
0 commit comments