mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 14:37:21 +01:00
remove colons after input name
This commit is contained in:
@@ -15,7 +15,7 @@ export default (props) => {
|
||||
|
||||
return (
|
||||
<label>
|
||||
{props.text}:
|
||||
{props.text}
|
||||
<select
|
||||
class={props.name}
|
||||
onchange={props.onchange.bind(null, props.name)}
|
||||
|
||||
Reference in New Issue
Block a user