invoice + plan
This commit is contained in:
@@ -34,7 +34,7 @@ const Select: FC<Props> = (props: Props) => {
|
||||
<option value="" disabled selected>{props.placeholder}</option>
|
||||
}
|
||||
{
|
||||
props.items.map((item) => {
|
||||
props.items?.map((item) => {
|
||||
return (
|
||||
<option key={item.value} value={item.value}>
|
||||
{item.label}
|
||||
|
||||
Reference in New Issue
Block a user