1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-18 07:52:23 +01:00

(style) eslint all code

This commit is contained in:
Sylvain 2022-03-29 17:21:29 +02:00
parent 320519f91b
commit 4b2ff659ca

View File

@ -55,8 +55,6 @@ interface AbstractPaymentModalProps {
declare const GTM: GoogleTagManager;
declare const GTM: any;
/**
* This component is an abstract modal that must be extended by each payment gateway to include its payment form.
*