1
0

fix: hide barcode line on add-page confirm view

This commit is contained in:
2026-08-29 23:40:26 +02:00
parent bc62019162
commit 7a58f9e5a0

View File

@@ -139,7 +139,7 @@ export default function AddPage() {
{!state.preview && <p className="py-8 text-center text-neutral-400">Checking release</p>} {!state.preview && <p className="py-8 text-center text-neutral-400">Checking release</p>}
{state.preview && ( {state.preview && (
<ConfirmView <ConfirmView
code={state.code} code={null}
preview={state.preview} preview={state.preview}
matchAlbumId={state.matchAlbumId} matchAlbumId={state.matchAlbumId}
onSetMatch={(albumId) => dispatch({ type: 'SET_MATCH', albumId })} onSetMatch={(albumId) => dispatch({ type: 'SET_MATCH', albumId })}