mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-22 16:46:28 +01:00
Don't need this
This commit is contained in:
parent
c37df11a25
commit
62ce0250c6
1 changed files with 6 additions and 6 deletions
|
@ -71,12 +71,12 @@ function AccountStatuses() {
|
|||
titleComponent={
|
||||
<h1
|
||||
class="header-account"
|
||||
onClick={() => {
|
||||
states.showAccount = {
|
||||
account,
|
||||
instance,
|
||||
};
|
||||
}}
|
||||
// onClick={() => {
|
||||
// states.showAccount = {
|
||||
// account,
|
||||
// instance,
|
||||
// };
|
||||
// }}
|
||||
>
|
||||
<b
|
||||
dangerouslySetInnerHTML={{
|
||||
|
|
Loading…
Reference in a new issue