remove unneccessary , (#12)
### TL;DR This pull request includes a minor refactoring in the `index.tsx` file of the frontend package. ### What changed? A trailing comma and a new line after this comma were removed from the `index.tsx` file. ### How to test? You can test this change by running the application and checking if everything works as expected. As this is a minor change, it's not expected to break anything. ### Why make this change? This change is part of the project's cleanup activity to maintain a clean and readable codebase. Before | After | | -- | --| ![Screenshot 2024-05-06 at 2.55.10 PM.png](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/YN8FgzXirh28JBEdfrb9/7876d655-dddf-4140-8bf8-09f5170c2169.png) | ![Screenshot 2024-05-06 at 2.54.59 PM.png](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/YN8FgzXirh28JBEdfrb9/29fdce38-b674-4e51-854e-77d51755a266.png) |
This commit is contained in:
commit
c82e1110d3
@ -37,8 +37,7 @@ root.render(
|
||||
</GQLClientProvider>
|
||||
</ThemeProvider>
|
||||
</React.StrictMode>
|
||||
,
|
||||
</LogErrorBoundary>,
|
||||
</LogErrorBoundary>
|
||||
);
|
||||
|
||||
// If you want to start measuring performance in your app, pass a function
|
||||
|
Loading…
Reference in New Issue
Block a user