The parameter col is not used and could be removed.
This check looks for parameters in functions that are not used in the function
body and are not followed by other parameters which are used inside the function.
The parameter row is not used and could be removed.
This check looks for parameters in functions that are not used in the function
body and are not followed by other parameters which are used inside the function.
The parameter rowData is not used and could be removed.
This check looks for parameters in functions that are not used in the function
body and are not followed by other parameters which are used inside the function.
Loading history...
4
5
if (cellData)
6
{
7
let html = `<div class="align-center"><img src="${cellData}" style="object-fit: cover; border-radius: 50%; width: 40px; height: 40px"></div>`
This check looks for parameters in functions that are not used in the function body and are not followed by other parameters which are used inside the function.