Fixed paypal button not spawning

This commit is contained in:
Zakary Timson 2018-07-24 19:54:57 -04:00
parent 6881a17b50
commit 0d557a960a

View File

@ -26,6 +26,6 @@
</tr> </tr>
</tbody> </tbody>
</table> </table>
<div *ngIf="app.cartCount()" id="paypal-button" class="float-right mt-3"></div> <div id="paypal-button" class="float-right mt-3"></div>
</mat-card> </mat-card>
</div> </div>