mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 14:37:21 +01:00
tried to address linting issues
This commit is contained in:
@@ -4,25 +4,25 @@ import Input from './Input';
|
||||
import TextAreaInput from './TextAreaInput';
|
||||
import Select from './Select';
|
||||
|
||||
const EXAMPLE_ADDRESS="Max Mustermann\nMusterstr. 73\n12345 Musterstadt";
|
||||
const EXAMPLE_ADDRESS = 'Max Mustermann\nMusterstr. 73\n12345 Musterstadt';
|
||||
|
||||
export default function(props) {
|
||||
const templateTypeOptions = [
|
||||
{
|
||||
value: 'brief-fam',
|
||||
name: "Familie"
|
||||
name: 'Familie'
|
||||
},
|
||||
{
|
||||
value: 'brief-valerie',
|
||||
name: "Valerie"
|
||||
name: 'Valerie'
|
||||
},
|
||||
{
|
||||
value: 'brief-rain',
|
||||
name: "Rain Baumeister"
|
||||
name: 'Rain Baumeister'
|
||||
},
|
||||
{
|
||||
value: 'brief-thomas',
|
||||
name: "Thomas"
|
||||
name: 'Thomas'
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user