mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 03:37:56 +01:00
Add system specs for site settings (#209)
This commit is contained in:
committed by
GitHub
parent
ce21d660d1
commit
1e6eb17af5
@@ -102,7 +102,7 @@ class RoadmapSiteSettingsP extends React.Component<Props, State> {
|
||||
{(provided, snapshot) => (
|
||||
<div
|
||||
ref={provided.innerRef}
|
||||
className={`roadmapPostStatuses${isDragging ? ' isDraggingSomething' : ''}${snapshot.isDraggingOver ? ' isDraggingOver' : ''}`}
|
||||
className={`inRoadmapPostStatuses roadmapPostStatuses${isDragging ? ' isDraggingSomething' : ''}${snapshot.isDraggingOver ? ' isDraggingOver' : ''}`}
|
||||
{...provided.droppableProps}
|
||||
>
|
||||
{statusesInRoadmap.map((postStatus, i) => (
|
||||
@@ -137,7 +137,7 @@ class RoadmapSiteSettingsP extends React.Component<Props, State> {
|
||||
{(provided, snapshot) => (
|
||||
<div
|
||||
ref={provided.innerRef}
|
||||
className={`roadmapPostStatuses${isDragging ? ' isDraggingSomething' : ''}${snapshot.isDraggingOver ? ' isDraggingOver' : ''}`}
|
||||
className={`notInRoadmapPostStatuses roadmapPostStatuses${isDragging ? ' isDraggingSomething' : ''}${snapshot.isDraggingOver ? ' isDraggingOver' : ''}`}
|
||||
{...provided.droppableProps}
|
||||
>
|
||||
{statusesNotInRoadmap.map((postStatus, i) => (
|
||||
|
||||
Reference in New Issue
Block a user