Skip to content

Commit

Permalink
disable default expand
Browse files Browse the repository at this point in the history
  • Loading branch information
philipjames44 committed Jun 10, 2024
1 parent 785df0a commit 8577d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/block/[block_height].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ export default function Block() {
type: DataBoxType;
}) => {
// ! Expand default
const [isExpanded, setIsExpanded] = useState(true); // EXPAND
const [isExpanded, setIsExpanded] = useState(false); // EXPAND
const tokenAssets = fetchAllTokenAssets();
const metadataByAssetId: Record<string, Token> = {};
tokenAssets.forEach((asset) => {
Expand Down

0 comments on commit 8577d2d

Please sign in to comment.