diff --git a/app/Http/Controllers/Customer/PWAController.php b/app/Http/Controllers/Customer/PWAController.php index dced88e..cf493d8 100644 --- a/app/Http/Controllers/Customer/PWAController.php +++ b/app/Http/Controllers/Customer/PWAController.php @@ -43,7 +43,7 @@ class PWAController extends Controller "start_url" => '/?direct=1', "id" => 'id.ajikamaludin.voucher', "scope" => ".", - "display" => "fullscreen", + "display" => "standalone", "background_color" => "#0940c4", "theme_color" => "#db1f1f", "description" => "Aplikasi Voucher WiFi", diff --git a/resources/js/Components/FormInputNumericWith.jsx b/resources/js/Components/FormInputNumericWith.jsx index 5fe4807..e25d19e 100644 --- a/resources/js/Components/FormInputNumericWith.jsx +++ b/resources/js/Components/FormInputNumericWith.jsx @@ -5,7 +5,7 @@ import { toFixed } from '@/utils' import { isEmpty } from 'lodash' const InputNum = (props) => { - return + return } export default function FormInputNumericWith({ @@ -43,8 +43,8 @@ export default function FormInputNumericWith({ {error && (