Molecular-Biophysics-Database / mbdb-input-ui

Prototype implementation of the input forms
Other
0 stars 0 forks source link

Issue in originatesFrom.tsx #85

Closed MadCatX closed 10 months ago

MadCatX commented 10 months ago

1) The name of the file does not conform to the convention used by the project. The name should be originates-from.tsx. It is advisable to not mix letter case in file names because file names Abc.Txt vs .abc.txt may be considered equal on some platforms.

2) The

<>
    <SDropdown ...>
    </SDropdown>
</>

block can be replaced with

<SDropdown ...
 />
TereziePrchalova commented 10 months ago

Fixed