diff --git a/webapp/components/buttons/ButtonNext.js b/webapp/components/buttons/ButtonNext.js index 2b4627cebd..9ca7a0972e 100644 --- a/webapp/components/buttons/ButtonNext.js +++ b/webapp/components/buttons/ButtonNext.js @@ -4,7 +4,7 @@ import { Button } from './Button' export const ButtonNext = (props) => { const { label = 'common.next' } = props - return