mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-05 14:00:41 -05:00
fix(UI): make the task challenges be in the grid view (#53687)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
This commit is contained in:
@@ -6,7 +6,8 @@ import { SuperBlocks } from '../../../shared/config/superblocks';
|
||||
const gridBasedSuperBlocks = [
|
||||
SuperBlocks.RespWebDesignNew,
|
||||
SuperBlocks.JsAlgoDataStructNew,
|
||||
SuperBlocks.SciCompPy
|
||||
SuperBlocks.SciCompPy,
|
||||
SuperBlocks.A2English
|
||||
];
|
||||
|
||||
export const isGridBased = (
|
||||
|
||||
Reference in New Issue
Block a user