1
0
Fork 0

Update packages/freesewing.shared/components/workbench/layout/print/pagesize-picker.js

Co-authored-by: Nick Dower <nicholasdower@gmail.com>
This commit is contained in:
Joost De Cock 2022-03-13 14:33:15 +01:00 committed by GitHub
parent a254baa747
commit 9bb6dbe179
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,6 @@ import Popout from 'shared/components/popout'
const sizes = ['a4', 'a3', 'a2', 'a1', 'a0', 'letter', 'tabloid']
const PageSizePicker = ({ gist, updateGist }) => {
const { t } = useTranslation(['workbench'])
const setSize = size => {