mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-13 17:38:57 +01:00
Need extra check on domain
This commit is contained in:
parent
c005745ad0
commit
e7e4f15234
1 changed files with 4 additions and 4 deletions
|
@ -232,8 +232,8 @@ function ReportModal({ account, post, onClose }) {
|
||||||
disabled={uiState === 'loading'}
|
disabled={uiState === 'loading'}
|
||||||
/>
|
/>
|
||||||
</section>
|
</section>
|
||||||
|
{!!domain && domain !== currentDomain && (
|
||||||
<section>
|
<section>
|
||||||
{domain !== currentDomain && (
|
|
||||||
<p>
|
<p>
|
||||||
<label>
|
<label>
|
||||||
<input
|
<input
|
||||||
|
@ -247,8 +247,8 @@ function ReportModal({ account, post, onClose }) {
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
</p>
|
</p>
|
||||||
)}
|
|
||||||
</section>
|
</section>
|
||||||
|
)}
|
||||||
<footer>
|
<footer>
|
||||||
<button type="submit" disabled={uiState === 'loading'}>
|
<button type="submit" disabled={uiState === 'loading'}>
|
||||||
Send Report
|
Send Report
|
||||||
|
|
Loading…
Reference in a new issue