mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-03-23 15:18:14 +00:00
remove dash
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
const match = url.match(/pr-(\d+)/);
|
||||
if (match) prefix = `PR-${match[1]} `;
|
||||
} else if (url.includes('://localhost')) {
|
||||
prefix = 'LOCAL - ';
|
||||
prefix = 'LOCAL ';
|
||||
}
|
||||
|
||||
if (title) {
|
||||
|
||||
Reference in New Issue
Block a user