Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
purescript-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Przemyslaw Kaminski
purescript-gargantext
Commits
8631796e
Unverified
Commit
8631796e
authored
Oct 11, 2018
by
Nicolas Pouillard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[REFACTOR] minor
parent
209b3950
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Sources.purs
src/Gargantext/Pages/Corpus/Tabs/Sources.purs
+2
-1
No files found.
src/Gargantext/Pages/Corpus/Tabs/Sources.purs
View file @
8631796e
...
...
@@ -7,6 +7,7 @@ import Prelude hiding (div)
import React.DOM (h3, text)
import Thermite (Render, Spec, defaultPerformAction, simpleSpec)
-- NP: TODO the state should be only the one required by sourceSpec not sourcespec'
type State = D.State
...
...
@@ -24,4 +25,4 @@ sourceSpec = simpleSpec defaultPerformAction render
[ h3 [] [text "Source view"]]
sourcespec' :: Spec State {} Action
sourcespec' =
fold [sourceSpec, D.layoutDocview]
sourcespec' =
sourceSpec <> D.layoutDocview
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment