Commit 032bb5c
authored
UI: add space to blacklist record footer (#1001)
* refactor: add spacing to blacklist record footer
* refactor: remove duplicated if condition
* refactor: remove return from void function
* fix: remove react warning for unrecognized property
original warning:
Warning: React does not recognize the `cellHeight` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `cellheight` instead. If you accidentally passed it from a parent component, remove it from the DOM element.
* fix: should use default pagesize
---------
Co-authored-by: Zarrewitch <>1 parent f1f41cb commit 032bb5c
File tree
2 files changed
+4
-8
lines changed- rcongui/src
- components/Blacklist
- pages/records/blacklists
2 files changed
+4
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | 168 | | |
172 | 169 | | |
173 | 170 | | |
| |||
204 | 201 | | |
205 | 202 | | |
206 | 203 | | |
207 | | - | |
208 | | - | |
| 204 | + | |
209 | 205 | | |
210 | 206 | | |
211 | 207 | | |
| |||
313 | 309 | | |
314 | 310 | | |
315 | 311 | | |
316 | | - | |
| 312 | + | |
317 | 313 | | |
318 | 314 | | |
319 | 315 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | | - | |
| 210 | + | |
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
226 | | - | |
| 226 | + | |
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| |||
0 commit comments