fix: hide barcode line on add-page confirm view
This commit is contained in:
@@ -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 })}
|
||||||
|
|||||||
Reference in New Issue
Block a user