mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix bug in #243
This commit is contained in:
parent
f2e6698e2e
commit
c680c16856
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ function ForumUrl(props: any) {
|
|||
function ChatUrl(props: any) {
|
||||
return props.url
|
||||
? <a href={props.url} className="btn btn-primary btn-block" title={`Enter the chat room for ${props.name}.`}>
|
||||
Forum
|
||||
Chat
|
||||
</a>
|
||||
: null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue