Spaces:
Runtime error
Runtime error
Julian Bilcke commited on
Commit ·
6c3da02
1
Parent(s): 974da47
restore the get pdf button
Browse files
src/app/interface/bottom-bar/bottom-bar.tsx
CHANGED
|
@@ -186,7 +186,7 @@ function BottomBar() {
|
|
| 186 |
>
|
| 187 |
{remainingImages ? `${allStatus.length - remainingImages}/${allStatus.length} ⌛` : `Save`}
|
| 188 |
</Button> : null}
|
| 189 |
-
|
| 190 |
<Button
|
| 191 |
onClick={handlePrint}
|
| 192 |
disabled={!prompt?.length}
|
|
@@ -198,8 +198,8 @@ function BottomBar() {
|
|
| 198 |
remainingImages ? `${allStatus.length - remainingImages}/${allStatus.length} ⌛` : `PDF`
|
| 199 |
}</span>
|
| 200 |
</Button>
|
| 201 |
-
|
| 202 |
-
|
| 203 |
</div>
|
| 204 |
</div>
|
| 205 |
)
|
|
|
|
| 186 |
>
|
| 187 |
{remainingImages ? `${allStatus.length - remainingImages}/${allStatus.length} ⌛` : `Save`}
|
| 188 |
</Button> : null}
|
| 189 |
+
|
| 190 |
<Button
|
| 191 |
onClick={handlePrint}
|
| 192 |
disabled={!prompt?.length}
|
|
|
|
| 198 |
remainingImages ? `${allStatus.length - remainingImages}/${allStatus.length} ⌛` : `PDF`
|
| 199 |
}</span>
|
| 200 |
</Button>
|
| 201 |
+
|
| 202 |
+
<Share />
|
| 203 |
</div>
|
| 204 |
</div>
|
| 205 |
)
|