Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
log date update
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim committed May 10, 2023
1 parent 56951f5 commit f3897ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,16 @@ import img from './assets/img/logo.png'
import { BalanceDetail, Home, SendTx, Validators } from './containers'
import { routesPath } from './utils/constants'
import { BalanceContextProvider } from './context'
import { base64_to_bech32 } from 'penumbra-wasm'

export const getShortKey = (text: string) => {
if (!text) return ''
return text.slice(0, 10) + '..' + text.slice(-9)
}

export default function App() {
useEffect(() => {
console.log('updated 10.05.23')
}, [])
return (
<AuthProvider>
<Routes>
Expand Down

0 comments on commit f3897ad

Please sign in to comment.