chore: Linter warnings
This commit is contained in:
parent
347d666ce7
commit
a68f81ec73
22 changed files with 241 additions and 27 deletions
|
@ -28,7 +28,7 @@ const DesignOptionList = props => {
|
|||
<div className="flex flex-row">
|
||||
<div className="grow">
|
||||
{list.map(choice => (
|
||||
<button
|
||||
<button key={choice}
|
||||
onClick={() => handleChange(choice)}
|
||||
className={`
|
||||
mr-1 mb-1 text-left text-lg w-full
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue