invoice + plan

This commit is contained in:
hamid zarghami
2025-02-15 16:22:42 +03:30
parent 65faa4de5f
commit 8f39afeb48
20 changed files with 1125 additions and 262 deletions
+1 -1
View File
@@ -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}