forked from cerc-io/snowballtools-base
### TL;DR Reordered the properties in the `ProjectSearchBar` component to follow better coding standards. ### What changed? In `ProjectSearchBarDialog.tsx`, the 'getItemProps' object was moved to the end of the properties list within `ProjectSearchBarItem`. ### How to test? Verify that the `ProjectSearchBar` component functions as intended and that no properties are unduly affected by this change. ### Why make this change? This change enhances code readability and consistency, aligning the ordering of the properties more accurately with our standards. |
||
|---|---|---|
| .. | ||
| assets | ||
| components | ||
| context | ||
| layouts | ||
| pages | ||
| stories | ||
| types | ||
| utils | ||
| App.test.tsx | ||
| App.tsx | ||
| constants.ts | ||
| index.css | ||
| index.tsx | ||
| logo.svg | ||
| react-app-env.d.ts | ||
| reportWebVitals.ts | ||
| setupTests.ts | ||