Results 7 comments of SR

@IanKrieger can I work on this issue?

![image](https://github.com/brave/ads-ui/assets/60537610/e76e6c24-05de-42b9-bfa3-d9eda821e74a) @IanKrieger should I add void keyword or need to handle the promise?

I think we need to set checksVoidReturn to be false, to avoid this error `@typescript-eslint/no-misused-promises": ["error", { "checksVoidReturn": false }]`

This is the file where I'm getting error. ![image](https://github.com/brave/ads-ui/assets/60537610/a8abd2e9-a965-4766-9e64-7ab42d35491b)

Same error also exist on other files also

![image](https://github.com/brave/ads-ui/assets/60537610/cc7f7cd8-2359-428c-b7a7-237d204503f2) what should I use while solving no-floating-promises errors, async/await or then/catch?

#1049, @IanKrieger I have pushed the code, How can I figure out where things need to be handled?.