Set Trailing Cmma to (#525)
This commit is contained in:
@ -3,7 +3,7 @@ import React from "react";
|
||||
export function ButtonSelect<T>({
|
||||
options,
|
||||
value,
|
||||
onChange
|
||||
onChange,
|
||||
}: {
|
||||
options: { value: T; text: string }[];
|
||||
value: T | null;
|
||||
|
Reference in New Issue
Block a user