mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-13 10:52:46 +00:00
Add a comment
This commit is contained in:
@@ -3,14 +3,15 @@ import _ from 'lodash';
|
|||||||
|
|
||||||
const loginUrl = 'https://www.naturalcrit.com/login';
|
const loginUrl = 'https://www.naturalcrit.com/login';
|
||||||
|
|
||||||
|
// Prevent parsing text (e.g. document titles) as markdown
|
||||||
|
const escape = (text) => {
|
||||||
|
return text.split('').map(char => `\\${char}`).join('');
|
||||||
|
};
|
||||||
|
|
||||||
//001-050 : Brew errors
|
//001-050 : Brew errors
|
||||||
//050-100 : Other pages errors
|
//050-100 : Other pages errors
|
||||||
|
|
||||||
const errorIndex = (props)=>{
|
const errorIndex = (props)=>{
|
||||||
const escape = (text) => {
|
|
||||||
return text.split('').map(char => `\\${char}`).join('');
|
|
||||||
};
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
// Default catch all
|
// Default catch all
|
||||||
'00' : dedent`
|
'00' : dedent`
|
||||||
|
|||||||
Reference in New Issue
Block a user