mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
Improve React Doctor score and badge (#1127)
* fix(react doctor): improve quality score and badge * fix(react doctor): address review feedback * fix(review): address final bot feedback
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
* Board preview count is fixed at 3 entries to preserve compact block height.
|
||||
*/
|
||||
|
||||
export type BlotterEntryKind = 'release' | 'manual';
|
||||
type BlotterEntryKind = 'release' | 'manual';
|
||||
|
||||
export interface BlotterEntry {
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user